Skip to main content
Module

std/collections/reduce_groups.ts

The Deno Standard Library
Latest
import * as mod from "https://deno.land/std@0.224.0/collections/reduce_groups.ts";

Functions

Applies the given reducer to each group in the given grouping, returning the results together with the respective group keys.