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) 122 B
declare class ProcessRerunError extends Error { constructor(type: any, message: any); } export { ProcessRerunError };