UNPKG

electron-publish

Version:

Part of [electron-builder](https://github.com/electron-userland/electron-builder).

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; }