UNPKG

itch-scraper

Version:

Itch scraper is a scraping tool to get data from itch.io pages.

3 lines 143 B
/// <reference types="cheerio" /> export declare const loadPage: (url: string) => Promise<cheerio.Root>; //# sourceMappingURL=loadPage.d.ts.map