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 (5 loc) 164 B
declare function circleExecutor(runOptions: any, commandsArray: any): Promise<{ retriable: string[]; notRetriable: string[]; }>; export { circleExecutor };