node-network-devtools
Version:
Inspecting Node.js's Network with Chrome DevTools
13 lines • 355 B
TypeScript
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