Skip to main content
Extremely Popular
Go to Latest
method Collection.prototype.reduce
Re-export
import { Collection } from "https://deno.land/x/discordeno@13.0.0-rc45/plugins/permissions/deps.ts";

Parameters

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