UNPKG

browser-debugger-cli

Version:

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

8 lines 243 B
import type { Command } from 'commander'; /** * Register DOM telemetry commands. * * @param program - Commander.js Command instance */ export declare function registerDomCommands(program: Command): void; //# sourceMappingURL=index.d.ts.map