UNPKG

monex

Version:

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

6 lines (5 loc) 137 B
import type { Color as IColor } from '../types'; declare const Color: { inferColor: (nr: number) => IColor; }; export default Color;