Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/natico/examples/deps.ts>Collection#reduce

A powerful and customizable framework for Discordeno
Latest
method Collection.prototype.reduce
Re-export
import { Collection } from "https://deno.land/x/natico@4.0.0-pre.4/examples/deps.ts";

Parameters

callback: (
accumulator: T,
value: V,
key: K,
) => T
optional
initialValue: T