Module

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

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

Shorthand for new TextEncoder().encode()

Parameters

optional
input: string

Returns

Uint8Array