mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
ProgressBar should also be a module, for ES6 importing
This commit is contained in:
Vendored
+1
-1
@@ -115,7 +115,7 @@ declare module "progress"
|
||||
*/
|
||||
terminate():void;
|
||||
}
|
||||
|
||||
module ProgressBar { }
|
||||
|
||||
export = ProgressBar;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user