Skip to main content
Module

x/debug/deps.ts>encode

📝 Tiny debugging utility
Latest
function encode
import { encode } from "https://deno.land/x/debug@0.2.0/deps.ts";

Shorthand for new TextEncoder().encode()

Parameters

optional
input: string

Returns

Uint8Array