UNPKG

@charkour/react-reactions

Version:

😲 Create custom reaction pickers and counters or use your favorites!

4 lines (3 loc) • 132 B
export declare const groupBy: <T extends object, U extends keyof T>(xs: T[] | undefined, key: U) => { [key: string]: T[]; };