UNPKG

firmament-yargs

Version:

Typescript classes for building CLI node applications

5 lines (4 loc) 173 B
/// <reference types="node" /> export interface ProgressBar { showProgressForTask(id: string, status: string, current: number, total: number, console?: Console): any; }