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

TextDecoder

interface TextDecoder {
decode(text: string): Uint8Array;
new ();
}

§Methods

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