Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TextEncoder

interface TextEncoder {
encode(text: string): Uint8Array;
new ();
}

§Methods

§
encode(text: string): Uint8Array
[src]
§
new ()
[src]