UNPKG

electron-publish

Version:
13 lines (12 loc) 340 B
import { ProgressBar } from "./progress"; export declare class MultiProgress { private readonly stream; private cursor; private totalLines; private isLogListenerAdded; private barCount; createBar(format: string, options: any): ProgressBar; private allocateLines; private moveCursor; terminate(): void; }