UNPKG

process-rerun

Version:

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

6 lines 240 B
import { buildExecRunner } from './exec.proc'; function buildCommandExecutor(notRetriable, runOpts) { return buildExecRunner(notRetriable, runOpts); } export { buildCommandExecutor }; //# sourceMappingURL=command.executor.builder.js.map