BencodeableList
import type { BencodeableList } from "https://raw.githubusercontent.com/rclarey/torrent/master/mod.ts";
interface BencodeableList extends Array<Bencodeable> {}
§Extends
§
Array<Bencodeable>
[src]import type { BencodeableList } from "https://raw.githubusercontent.com/rclarey/torrent/master/mod.ts";