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) 139 B
declare function buildExecRunner(notRetriable: any, runOpts: any): (cmd: any, index: any) => Promise<unknown>; export { buildExecRunner };