type Falsy = false | "" | null | undefined; export type ArrayLike = T | Falsy | (T | Falsy)[]; export declare function toArray(item: ArrayLike): T[]; export {}; //# sourceMappingURL=util.d.ts.map