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) 155 B
/// <reference types="cheerio" /> export declare function getSupplementalImages(cheerioElem: CheerioSelector, country: string, countryId: string): void;