Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BetterMap

class BetterMap<K, V> extends Map<K, V> {
map<R>(mapFn: (value: V, key: K) => R): R[];
}

§Type Parameters

§Extends

§
Map<K, V>
[src]

§Methods

§
map<R>(mapFn: (value: V, key: K) => R): R[]
[src]