UNPKG

@chitlangesahas/react-reactions

Version:

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

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