UNPKG

browser-debugger-cli

Version:

DevTools telemetry in your terminal. For humans and agents. Direct WebSocket to Chrome's debugging port.

8 lines 264 B
import type { Command } from 'commander'; /** * Register cleanup command * * @param program - Commander.js Command instance to register commands on */ export declare function registerCleanupCommand(program: Command): void; //# sourceMappingURL=cleanup.d.ts.map