UNPKG

monex

Version:

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

8 lines (7 loc) 247 B
declare const Procedures: { ping: () => Promise<void>; start: (config: import("../types").OptionsConfig) => Promise<boolean>; stat: () => Promise<import("../types").Stat[]>; stop: () => Promise<void>; }; export default Procedures;