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://dotland.deno.dev/x/abc@v1.0.3/vendor/https/deno.land/std/encoding/utf8.ts";

Shorthand for new TextDecoder().decode()

Parameters

optional
input: Uint8Array

Returns

string