UNPKG

109 BTypeScriptView Raw
1export declare function toArray<T>(value: T | T[]): T[];
2export declare function unique<T>(value: T[]): T[];