UNPKG

eu-country-check

Version:

Check if given countryCode is part of the European countries

9 lines (8 loc) 244 B
export interface CountriesInfoInterface { name: string; alpha2: string; alpha3: string; numeric: string; } export declare const EuCountries: CountriesInfoInterface[]; export declare const EeaCountries: CountriesInfoInterface[];