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
/
dist
/
index.d.ts
3 lines
(2 loc)
•
100 B
TypeScript
View Raw
1
2
3
export
{
GroupBy
}
from
'./lib/group-by'
;
export
{ addToProperty }
from
'./types/add-to-prototype'
;