UNPKG

process-rerun

Version:

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

5 lines (4 loc) 181 B
declare function execute(cmd: string, logProcessResult: any, executionHolder: { stackTrace: string; }, execOpts?: {}): import("child_process").ChildProcess; export { execute };