Skip to main content
Module

std/strings/mod.ts>decode

Deno standard library
Go to Latest
function decode
import { decode } from "https://deno.land/std@0.34.0/strings/mod.ts";

Shorthand for new TextDecoder().decode()

Parameters

optional
input: Uint8Array

Returns

string