UNPKG

138 BTypeScriptView Raw
1export declare type JSONTLDFormat = {
2 name: "tld";
3};
4export declare function inferTld(value: string): JSONTLDFormat | undefined;