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
import { ImageScrapableObject } from "../models/image-scrapable-object"; export declare function downloadImage(img: ImageScrapableObject): Promise<any>;