mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
fix inclusion of progress module
This commit is contained in:
parent
a384bde65d
commit
db1fac022e
4
types/multi-progress/index.d.ts
vendored
4
types/multi-progress/index.d.ts
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user