mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Fix multi-progress reference to progress
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
/// <reference types="node"/>
|
||||
|
||||
import ProgressBar, { ProgressBarOptions } from '../progress';
|
||||
import ProgressBar, { ProgressBarOptions } from 'progress';
|
||||
import { Stream } from 'stream';
|
||||
|
||||
export default class MultiProgress {
|
||||
|
||||
Reference in New Issue
Block a user