Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/bencodex/mod.ts>BencodexDictionary#forEach

An alternative take on implementing Bencodex in TypeScript/JavaScript
Latest
method BencodexDictionary.prototype.forEach
import { BencodexDictionary } from "https://deno.land/x/bencodex@0.2.2/mod.ts";

{@inheritDoc Dictionary.forEach}

Parameters

callback: (
value: Value,
key: Key,
dictionary: Dictionary,
) => void
optional
thisArg: unknown