UNPKG

factbook

Version:

Serves as an independent data scraping module, complete with ontology and full scraping ability for the CIA World Factbook site

3 lines (2 loc) 135 B
export declare function dataCodeToIsoCode(dataCode: string): string; export declare function isoCodeToDataCode(iso: string): string;