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