Bencodeable
import type { Bencodeable } from "https://raw.githubusercontent.com/rclarey/torrent/master/mod.ts";
Data that is able to be bencoded
type Bencodeable =
§Type
§
string | Uint8Array | number | BencodeableList | BencodeableDict | Map<Uint8Array, Bencodeable>
[src]