fixed declare

This commit is contained in:
lgrignon
2015-12-08 11:08:46 +01:00
parent 29c447bbed
commit 737e8319a9
+1 -1
View File
@@ -23,7 +23,7 @@ declare module "gulp-jshint" {
}
namespace GulpJSHint {
declare function reporter(kind: (string | Object));
function reporter(kind: (string | Object));
}
export = GulpJSHint;
}