mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
add empty namespace declaration for gulp-uglify to allow es6 imports
(see /Microsoft/TypeScript/issues/5073)
This commit is contained in:
Vendored
+2
-2
@@ -170,6 +170,6 @@ declare module "gulp-uglify" {
|
||||
*/
|
||||
comments_before: string[];
|
||||
}
|
||||
|
||||
namespace GulpUglify {}
|
||||
export = GulpUglify;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user