mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fixed declare
This commit is contained in:
Vendored
+1
-1
@@ -23,7 +23,7 @@ declare module "gulp-jshint" {
|
||||
}
|
||||
|
||||
namespace GulpJSHint {
|
||||
declare function reporter(kind: (string | Object));
|
||||
function reporter(kind: (string | Object));
|
||||
}
|
||||
export = GulpJSHint;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user