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

x/scale/codecs/mod.ts>ScaleMap#forEach

A TypeScript reference implementation of SCALE transcoding
Go to Latest
method ScaleMap.prototype.forEach
import { ScaleMap } from "https://deno.land/x/scale@v0.13.0/codecs/mod.ts";

Parameters

callbackfn: (
value: V,
key: K,
map: Map<K, V>,
) => void
optional
thisArg: any