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

bdecode

import { bdecode } from "https://raw.githubusercontent.com/rclarey/bt/master/mod.ts";

Decode data from a byte array into native data types

function bdecode(data: Uint8Array): Bencodeable;
§
bdecode(data: Uint8Array): Bencodeable
[src]

§Parameters

§
data: Uint8Array
[src]