UNPKG

cia-world-leaders

Version:

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

3 lines (2 loc) 144 B
/// <reference types="cheerio" /> export declare function getLeaders(cheerioElem: CheerioSelector, country: string, countryId: string): void;