import { __textEncoding } from "https://deno.land/x/deno@v0.30.0/cli/js/lib.deno_runtime.d.ts";
const { TextDecoder } = __textEncoding;
Constructors
new
TextDecoder(label?: string, options?: TextDecoderOptions)Methods
decode(input?: __domTypes.BufferSource, options?: TextDecodeOptions): string
Returns the result of running encoding's decoder.