UNPKG

actionhero

Version:

The reusable, scalable, and quick node.js API server for stateless and stateful applications

5 lines (4 loc) 203 B
/** * Returns the average delay between a tick of the node.js event loop, as measured for N calls of `process.nextTick` */ export declare function eventLoopDelay(iterations?: number): Promise<number>;