Skip to main content
Module

x/discordeno/mod.ts>Collection#reduce

Discord API library for Deno
Extremely Popular
Go to Latest
method Collection.prototype.reduce
Re-export
import { Collection } from "https://deno.land/x/discordeno@17.2.0/mod.ts";

Parameters

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