Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/std/strings/mod.ts>decode

A modern runtime for JavaScript and TypeScript.
Go to Latest
function decode
import { decode } from "https://deno.land/x/deno@v0.28.0/std/strings/mod.ts";

Shorthand for new TextDecoder().decode()

Parameters

optional
input: Uint8Array

Returns

string