Module

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

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

Shorthand for new TextEncoder().encode()

Parameters

optional
input: string

Returns

Uint8Array