UNPKG

reblessed

Version:

A high-level terminal interface library for node.js.

23 lines 488 B
export = ProgressBar; /** * ProgressBar */ declare function ProgressBar(options: any): ProgressBar; declare class ProgressBar { /** * ProgressBar */ constructor(options: any); filled: any; value: any; pch: any; ch: any; orientation: any; __proto__: any; type: string; render(): any; progress(filled: any): void; setProgress(filled: any): void; reset(): void; } //# sourceMappingURL=progressbar.d.ts.map