UNPKG

beater-cli

Version:

A command-line interface for beater

9 lines (8 loc) 173 B
export interface ConfigFileOptions { dir?: string; ext?: string; files?: string[]; procs?: number; reporter?: string; require?: string | string[]; }