feat: init

This commit is contained in:
2026-02-13 22:02:30 +01:00
commit 8f9ff830fb
16711 changed files with 3307340 additions and 0 deletions

12
node_modules/unenv/dist/runtime/node/inspector.d.mts generated vendored Normal file
View 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;