Skip to main content
Module

std/encoding/utf8.ts>decode

Deno standard library
Go to Latest
function decode
import { decode } from "https://deno.land/std@0.80.0/encoding/utf8.ts";

Shorthand for new TextDecoder().decode()

Parameters

optional
input: Uint8Array

Returns

string