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) • 360 B
TypeScript
/// <reference types="cheerio" />
export declare function parsedSingleLineCaveat(origParams: {
cheerioElem: CheerioSelector;
country: string;
countryId: string;
}, dataId: string, hasProp: string, instProp: string, baseOntProp: string, storeKey: string, dataPropName: string, label: string, delimiter: (string | RegExp), upto: string): void;