UNPKG

node-network-devtools

Version:

Inspecting Node.js's Network with Chrome DevTools

13 lines 355 B
export interface ISciprtParsed { url: string; scriptLanguage: string; embedderName: string; scriptId: string; sourceMapURL: string; hasSourceURL: boolean; } export interface ScriptSourceData { scriptId: string; } export declare const debuggerPlugin: import('../common').PluginInstance<void>; //# sourceMappingURL=index.d.ts.map