Skip to main content
The Deno 2 Release Candidate is here
Learn more
method HttpRouter.prototype.groupBy
import { HttpRouter } from "https://deno.land/x/sptaki@1.2.0/routers/HttpRouter.d.ts";

Parameters

list: T[]
keyGetter: (t: T) => string

Returns

Map<string, T[]>