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) 410 B
/// <reference types="cheerio" /> export declare function parsedThreeValStrings(origParams: { cheerioElem: CheerioSelector; country: string; countryId: string; }, dataId: string, hasProp: string, instProp: string, baseOntProp: string, storeKey: string, dataPropNames: [string, string, string], country: string, label: string, delimiters: [RegExp, RegExp, RegExp], datatype?: string[]): void;