function encodeimport { encode } from "https://dotland.deno.dev/std@0.177.0/node/punycode.ts"; encode(str: string)Converts a string of Unicode symbols (e.g. a domain name label) to a Punycode string of ASCII-only symbols. Parametersstr: stringThe string of Unicode symbols. import encodeimport { encode } from "https://dotland.deno.dev/std@0.177.0/node/punycode.ts";