UNPKG

process-rerun

Version:

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

7 lines (6 loc) 218 B
import type { TBuildOpts } from './lib.types'; declare function intimeExecutor(runOptions: TBuildOpts, commandsArray: any): Promise<{ retriable: string[]; notRetriable: string[]; }>; export { intimeExecutor };