UNPKG

node-network-devtools

Version:

Inspecting Node.js's Network with Chrome DevTools

7 lines (6 loc) 275 B
import { RequestDetail } from '../../../common'; export declare const networkPlugin: import('../common').PluginInstance<{ getRequest: (id: string) => RequestDetail; }>; export type NetworkPluginCore = ReturnType<typeof networkPlugin>; //# sourceMappingURL=index.d.ts.map