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) 136 B
import { CountryReference } from 'funktologies'; export declare function getCountryData(country: CountryReference, url: string): any;