UNPKG

eu-country-check

Version:

Check if given countryCode is part of the European countries

4 lines (3 loc) 258 B
import { CountriesInfoInterface } from "./data"; export declare const isEUCountry: (countryInput: string) => false | undefined | CountriesInfoInterface; export declare const isEEACountry: (countryInput: string) => false | undefined | CountriesInfoInterface;