UNPKG

browser-debugger-cli

Version:

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

10 lines 234 B
/** * Async utilities for common patterns. */ /** * Delay execution for a specified duration. * * @param ms - Milliseconds to delay */ export declare function delay(ms: number): Promise<void>; //# sourceMappingURL=async.d.ts.map