UNPKG
array-grouping
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
array grouping function by TS. 这个名字被迫这样,因为array-group被占用了...
a951055/array-grouping
array-grouping
/
src
/
types
/
array.extends.d.ts
4 lines
(3 loc)
•
53 B
TypeScript
View Raw
1
2
3
4
declare
interface
Array
<T> {
groupBy
:
Function
}