UNPKG
@ysfe/array-groupby
Version:
latest (1.0.0)
1.0.0
array group by function. support Array.prototype
a951055/array-grouping
@ysfe/array-groupby
/
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
}