Module

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

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

Shorthand for new TextEncoder().encode()

Parameters

optional
input: string

Returns

Uint8Array