UNPKG

168 BTypeScriptView Raw
1import { TrieNode } from "./nodes";
2import { Label } from "../parse-domain";
3export declare const lookUpTldsInTrie: (labels: Array<Label>, trie: TrieNode) => string[];