UNPKG

beater-cli

Version:

A command-line interface for beater

8 lines (7 loc) 163 B
import { Reporter } from 'beater-reporter'; export interface Options { files: string[]; procs?: number; reporter: Reporter; requires?: string[]; }