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

BencodeableList

import type { BencodeableList } from "https://raw.githubusercontent.com/rclarey/bt/master/mod.ts";
interface BencodeableList extends Array<Bencodeable> {}

§Extends