Skip to main content
Module

x/pbkit/core/runtime/array.ts>groupBy

Protobuf toolkit for modern web development
Go to Latest
function groupBy
import { groupBy } from "https://deno.land/x/pbkit@v0.0.62/core/runtime/array.ts";

Type Parameters

T
U extends keyof T

Parameters

arr: T[]
by: U

Returns

Map<T[U], T[]>