Merge pull request #7063 from rictic/progress-module

[one-liner] ProgressBar should also be a module, for ES6 importing
This commit is contained in:
Masahiro Wakame
2015-12-10 22:20:45 +09:00
+1 -1
View File
@@ -115,7 +115,7 @@ declare module "progress"
*/
terminate():void;
}
module ProgressBar { }
export = ProgressBar;
}