Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
12
Frontend-Learner/node_modules/unenv/dist/runtime/node/inspector.d.mts
generated
vendored
Normal file
12
Frontend-Learner/node_modules/unenv/dist/runtime/node/inspector.d.mts
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import type nodeInspector from "node:inspector";
|
||||
export declare const close: typeof nodeInspector.close;
|
||||
export declare const console: nodeInspector.InspectorConsole;
|
||||
export declare const open: typeof nodeInspector.open;
|
||||
export declare const url: typeof nodeInspector.url;
|
||||
export declare const waitForDebugger: typeof nodeInspector.waitForDebugger;
|
||||
// `node:inspector` and `node:inspector/promises` share the same implementation with only Session being in the promises module:
|
||||
// https://github.com/nodejs/node/blob/main/lib/inspector/promises.js
|
||||
export declare const Session: typeof nodeInspector.Session;
|
||||
export declare const Network: typeof nodeInspector.Network;
|
||||
declare const _default: {};
|
||||
export default _default;
|
||||
Loading…
Add table
Add a link
Reference in a new issue