UNPKG

process-rerun

Version:

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

3 lines (2 loc) 149 B
declare function buildCommandExecutor(notRetriable: any, runOpts: any): (cmd: any, index: any) => Promise<unknown>; export { buildCommandExecutor };