UNPKG

crystalline

Version:

A modern utility library with a strong emphasis on readability. Make your code crystal clear.

7 lines (6 loc) 142 B
declare const tally: <T>(arr: T[]) => { byApplying: (fn: (a: T) => any) => { [index: string]: number; }; }; export { tally };