Skip to main content
The Deno 2 Release Candidate is here
Learn more
variable encode
import { encode } from "https://deno.land/x/bencode@v0.1.1/mod.ts";

type

(data: bencodeValue | bencodeValue[]) => Uint8Array