UNPKG

@types/iso-3166-1-alpha-2

Version:
6 lines (5 loc) 266 B
export function getCountry(code: string): string | undefined; export function getCode(country: string): string | null; export function getCountries(): string[]; export function getCodes(): string[]; export function getData(): { [code: string]: string | undefined };