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