import * as mod from "https://deno.land/std@0.73.0/encoding/utf8.ts"; VariablesvdecoderA default TextDecoder instance vencoderA default TextEncoder instance FunctionsfdecodeShorthand for new TextDecoder().decode() fencodeShorthand for new TextEncoder().encode()