mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
fix inclusion of progress module
This commit is contained in:
Vendored
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
/// <reference types="node"/>
|
||||
|
||||
import ProgressBar, { ProgressBarOptions } from 'progress';
|
||||
import * as ProgressBar from 'progress';
|
||||
import { Stream } from 'stream';
|
||||
|
||||
export default class MultiProgress {
|
||||
@@ -18,7 +18,7 @@ export default class MultiProgress {
|
||||
/**
|
||||
* Add a new bar
|
||||
*/
|
||||
newBar: (format: string, options: ProgressBarOptions) => ProgressBar;
|
||||
newBar: (format: string, options: ProgressBar.ProgressBarOptions) => ProgressBar;
|
||||
|
||||
/**
|
||||
* Close all bars
|
||||
|
||||
Reference in New Issue
Block a user