UNPKG

@jsonhero/json-infer-types

Version:
5 lines (4 loc) 138 B
export declare type JSONTLDFormat = { name: "tld"; }; export declare function inferTld(value: string): JSONTLDFormat | undefined;