UNPKG

factbook

Version:

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

7 lines (6 loc) 340 B
/// <reference types="cheerio" /> export declare function parsedSingleLine(origParams: { cheerioElem: CheerioSelector; country: string; countryId: string; }, dataId: string, hasProp: string, instProp: string, baseOntProp: string, storeKey: string, dataPropName: string, label: string, delimiter: (string | RegExp)): void;