UNPKG
minchuan-lodash
Version:
latest (1.0.1)
1.0.1
1.0.0
A lightweight lodash alternative
minchuan-lodash
/
dist
/
array
/
index.d.ts
4 lines
•
260 B
TypeScript
View Raw
1
2
3
4
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