UNPKG

@crawlee/utils

Version:

A set of shared utilities that can be used by crawlers

5 lines 220 B
// @ts-ignore optional peer dependency or compatibility with es2022 import type { GotScraping } from 'got-scraping'; declare let gotScraping: GotScraping; export { gotScraping }; //# sourceMappingURL=gotScraping.d.ts.map