UNPKG

netpower-js

Version:

A common library that can be used for fe and be

7 lines (6 loc) 139 B
declare global { interface Array<T> { groupBy(groupFunc: (item: T) => string): Map<string, Array<T>>; } } export {};