Skip to main content
The Deno 2 Release Candidate is here
Learn more
type alias bencodeValue
import { type bencodeValue } from "https://deno.land/x/bencode@v0.1.3/src/encode.ts";
definition:
| string
| Uint8Array
| number
| { [key: string]: bencodeValue; }