Skip to main content
Deno 2 is finally here 🎉️
Learn more
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://deno.land/x/abc@v1.0.3/vendor/https/deno.land/std/encoding/utf8.ts";

Shorthand for new TextEncoder().encode()

Parameters

optional
input: string

Returns

Uint8Array