ProgressBar should also be a module, for ES6 importing

This commit is contained in:
Peter Burns
2015-12-05 10:39:59 -08:00
parent e5a27ea95e
commit d54b18e0ac
+1 -1
View File
@@ -115,7 +115,7 @@ declare module "progress"
*/
terminate():void;
}
module ProgressBar { }
export = ProgressBar;
}