UNPKG

countrycodejs

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