UNPKG

process-rerun

Version:

The purpose of this library is - build simple and flexible interface for parallel command execution with rerun (on fail) possibility

4 lines (3 loc) 136 B
declare function getPollTime(timeVal: any): number; declare function sleep(time: number): Promise<void>; export { getPollTime, sleep };