Skip to main content
Module

x/harmony/mod.ts>Collection#map

An easy to use Discord API Library for Deno.
Go to Latest
method Collection.prototype.map
Re-export
import { Collection } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Map the collection

Parameters

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