UNPKG

tldts-icann

Version:

Library to work against complex domain names, subdomains and URIs. Only contains ICANN section.

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