Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/discordeno/plugins/helpers/deps.ts>Collection#map

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

Parameters

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