UNPKG

@jsonhero/json-infer-types

Version:
6 lines (5 loc) 195 B
export declare type JSONCountryFormat = { name: "country"; variant: "iso3166-2" | "iso3166-3"; }; export declare function inferCountry(value: string): JSONCountryFormat | undefined;