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

x/bencodex/mod.ts>BencodexDictionary#entries

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

{@inheritDoc Dictionary.entries}

Returns

Iterable<readonly [Key, Value]>