import { TextDecoder } from "https://deno.land/x/deno@v0.28.0/cli/js/text_encoding.ts";
Constructors
new
TextDecoder(label?, options?: TextDecoderOptions)Methods
decode(input?: domTypes.BufferSource, options?: TextDecodeOptions): string
Returns the result of running encoding's decoder.