(host)
| 42 | |
| 43 | // Reduce a hostname to its registrable domain so registry WHOIS lookups succeed |
| 44 | const baseDomain = (host) => psl.parse(host)?.domain || host; |
| 45 | |
| 46 | // Pull the formatted-name value out of an RDAP entity vCard |
| 47 | const vcardFn = (vcard) => { |