UNPKG

monex

Version:

Execute one or multiple scripts, interactively or in daemon mode, and restart them whenever they crash or a watched file changes.

4 lines (3 loc) 192 B
import type { IController, OptionsMultiple, OptionsSingle } from '../types'; declare const execute: (options: Partial<OptionsMultiple | OptionsSingle>) => IController; export default execute;