UNPKG

parse-domain

Version:

Splits a hostname into subdomains, domain and (effective) top-level domains

3 lines 162 B
import { type TrieRootNode } from "./nodes.js"; export declare const parseTrie: (serializedTrie: string) => TrieRootNode; //# sourceMappingURL=parse-trie.d.ts.map