UNPKG

86 BTypeScriptView Raw
1declare const toArray: <T = unknown>(source: T | T[]) => T[];
2export default toArray;