Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function decode
import { decode } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/encoding/utf8.ts";

Shorthand for new TextDecoder().decode()

Parameters

optional
input: Uint8Array

Returns

string