UNPKG

firmament-yargs

Version:

Typescript classes for building CLI node applications

4 lines (3 loc) 135 B
export interface ProgressBar { showProgressForTask(id: string, status: string, current: number, total: number, console?: Console); }