UNPKG

@grindife/supamelon

Version:

Combination of supabase and watermelondb

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