countrycodejs
Version:
Country code validation
17 lines (16 loc) • 334 B
TypeScript
declare const _exports: ({
"name": string;
"dial_code": string;
"code": string;
"timezones": string[];
"latlng": number[];
"capital": string;
} | {
"name": string;
"dial_code": string;
"code": string;
"timezones": string[];
"latlng": number[];
"capital": null;
})[];
export = _exports;