UNPKG

scrapefrom

Version:
5 lines (4 loc) 212 B
import { Config } from "./interfaces"; import * as cheerio from "cheerio"; declare function extractHTMLData1(config: Partial<Config>, $: cheerio.CheerioAPI): Record<string, any>; export default extractHTMLData1;