UNPKG

node-network-devtools

Version:

Inspecting Node.js's Network with Chrome DevTools

10 lines (9 loc) 437 B
import { RequestDetail } from '../../../common'; import { ResourceService } from '../../resource-service'; export declare const toMimeType: (contentType: string) => string; export declare const networkPlugin: import('../common').PluginInstance<{ getRequest: (id: string) => RequestDetail; resourceService: ResourceService; }>; export type NetworkPluginCore = ReturnType<typeof networkPlugin>; //# sourceMappingURL=index.d.ts.map