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

x/abc/vendor/https/deno.land/std/encoding/utf8.ts>decode

A better Deno framework to create web application.
Go to Latest
function decode
import { decode } from "https://deno.land/x/abc@v1.0.3/vendor/https/deno.land/std/encoding/utf8.ts";

Shorthand for new TextDecoder().decode()

Parameters

optional
input: Uint8Array

Returns

string