UNPKG

tldts

Version:

Library to work against complex domain names, subdomains and URIs.

6 lines (5 loc) 141 B
export type ITrie = [0 | 1 | 2, { [label: string]: ITrie; }]; export declare const exceptions: ITrie; export declare const rules: ITrie;