Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/scale/common/mod.ts>Codec#decode

A TypeScript reference implementation of SCALE transcoding
Go to Latest
method Codec.prototype.decode
Re-export
import { Codec } from "https://deno.land/x/scale@v0.13.0/common/mod.ts";

Decodes a value from the supplied Uint8Array

Parameters

array: Uint8Array