UNPKG

newmax-utils

Version:
6 lines (5 loc) 168 B
type ItemType = { [key: string]: any; }; export declare function groupByKey(items: ItemType[], callback: (item: ItemType) => string): Array<ItemType[]>; export {};