Files
kontrans.pagedev.pl/node_modules/playwriter/dist/debugger-examples.d.ts
2026-03-03 23:49:13 +01:00

6 lines
364 B
TypeScript

declare function listScriptsAndSetBreakpoint(): Promise<void>;
declare function inspectWhenPaused(): Promise<void>;
declare function stepThroughCode(): Promise<void>;
declare function cleanupBreakpoints(): Promise<void>;
export { listScriptsAndSetBreakpoint, inspectWhenPaused, stepThroughCode, cleanupBreakpoints };
//# sourceMappingURL=debugger-examples.d.ts.map