UNPKG

jsm-core

Version:
13 lines (12 loc) 270 B
export type Country = { alpha2: string; alpha3: string; countryCallingCodes: string[]; currencies: string[]; emoji: string; ioc: string; languages: string[]; name: string; status: string; }; export declare const COUNTRIES: Country[];