UNPKG

@nozbe/watermelondb

Version:

Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast

4 lines (3 loc) 116 B
export default function groupBy<Val, Key>( predicate: (_: Val) => Key, ): (list: Val[]) => { [k: string]: Val[] }