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]import type { BencodeableDict } from "https://raw.githubusercontent.com/rclarey/bt/master/mod.ts";