UNPKG

minchuan-lodash

Version:

A lightweight lodash alternative

4 lines 260 B
export declare function chunk<T>(array: T[], size: number): T[][]; export declare function compact<T>(array: (T | null | undefined | false | 0 | '')[]): T[]; export declare function concat<T>(...arrays: (T | T[])[]): T[]; //# sourceMappingURL=index.d.ts.map