Module

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

ejs template engine for deno.
Go to Latest
function decode
import { decode } from "https://dotland.deno.dev/x/dejs@0.8.0/vendor/https/deno.land/std/encoding/utf8.ts";

Shorthand for new TextDecoder().decode()

Parameters

optional
input: Uint8Array

Returns

string