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

BencodeableDict

import type { BencodeableDict } from "https://raw.githubusercontent.com/rclarey/bt/master/mod.ts";
interface BencodeableDict extends Record<string, Bencodeable | undefined> {}

§Extends

§
Record<string, Bencodeable | undefined>
[src]