UNPKG

actionhero

Version:

actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks

5 lines (4 loc) 96 B
/** Sleep with a Promise */ export declare function sleep(time: number): Promise<void>;