UNPKG

monex

Version:

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

7 lines (6 loc) 216 B
import type { Buffer } from 'node:buffer'; import type { Color } from '../types'; declare const Logger: { log: (data: Buffer | string, prefixName?: string, prefixColor?: Color) => void; }; export default Logger;