UNPKG

browser-debugger-cli

Version:

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

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