UNPKG

countrycodejs

Version:
3 lines (2 loc) 113 B
import { Country, Maybe } from './types'; export declare const byDialCode: (dialCode: string) => Maybe<Country>;