function decodeimport { decode } from "https://dotland.deno.dev/x/abc@v1.0.3/vendor/https/deno.land/std/encoding/utf8.ts"; decode(input?: Uint8Array): stringShorthand for new TextDecoder().decode() Parametersoptionalinput: Uint8ArrayReturnsstring