browser-debugger-cli
Version:
DevTools telemetry in your terminal. For humans and agents. Direct WebSocket to Chrome's debugging port.
14 lines • 462 B
TypeScript
/**
* Signal Handlers
*
* Sets up process signal handlers for graceful shutdown.
*/
import type { CleanupContext } from '../../daemon/lifecycle/workerCleanup.js';
/**
* Setup signal handlers for graceful shutdown.
*
* @param context - Cleanup context
* @param timeout - Optional timeout in seconds for auto-stop
*/
export declare function setupSignalHandlers(context: CleanupContext, timeout?: number): void;
//# sourceMappingURL=signalHandlers.d.ts.map