import { toASCII } from "https://deno.land/std@0.172.0/node/internal/idna.ts";
Converts a Unicode string representing a domain name or an email address to Punycode. Only the non-ASCII parts of the domain name will be converted, i.e. it doesn't matter if you call it with a domain that's already in ASCII.