Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
variable groupBy
import { groupBy } from "https://deno.land/x/gamla@89.0.0/src/mapping.ts";

type

<T, K extends Primitive>(f: Unary<T, K>) => unknown