UNPKG

browser-debugger-cli

Version:

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

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