Skip to main content
Module

x/grm/mod.ts>helpers.groupBy

MTProto API Client for Deno 🦕
Latest
function helpers.groupBy
import { helpers } from "https://deno.land/x/grm@0.8.2/mod.ts";
const { groupBy } = helpers;

Parameters

list: unknown[]
keyGetter: Function