UNPKG

node-network-devtools

Version:

Inspecting Node.js's Network with Chrome DevTools

5 lines (4 loc) 333 B
import { MainProcess } from './fork'; export declare function proxyFetch(mainProcess: MainProcess): (() => void) | undefined; export declare function fetchProxyFactory(fetchFn: typeof fetch, mainProcess: MainProcess): (request: string | URL | Request, options?: RequestInit) => Promise<Response>; //# sourceMappingURL=fetch.d.ts.map