UNPKG

countrycodejs

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