UNPKG

got-scraping

Version:

HTTP client made for scraping based on got.

5 lines 246 B
import QuickLRU from 'quick-lru'; import { Agents, Options } from 'got-cjs'; export declare function proxyHook(options: Options): Promise<void>; export declare const defaultAgentCache: QuickLRU<string, Agents>; //# sourceMappingURL=proxy.d.ts.map