init
This commit is contained in:
12
mc_test/node_modules/electron-publish/out/multiProgress.d.ts
generated
vendored
Executable file
12
mc_test/node_modules/electron-publish/out/multiProgress.d.ts
generated
vendored
Executable file
@ -0,0 +1,12 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user