mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fixed syntax and implicit any
This commit is contained in:
Vendored
+1
-1
@@ -23,7 +23,7 @@ declare module "gulp-jshint" {
|
||||
}
|
||||
|
||||
namespace GulpJSHint {
|
||||
function reporter(kind: (string | Object));
|
||||
function reporter(kind: (string | Object)): NodeJS.ReadWriteStream;
|
||||
}
|
||||
export = GulpJSHint;
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -88,7 +88,7 @@ declare module "gulp-notify" {
|
||||
/**
|
||||
* The exact same API as using notify(), but where a vinyl File is passed, the error object is passed instead.
|
||||
*/
|
||||
function onError(param: string | (error: Error): string | GulpNotifyOptions): NodeJS.ReadWriteStream;
|
||||
function onError(param: string | { (error: Error): string } | GulpNotifyOptions): NodeJS.ReadWriteStream;
|
||||
|
||||
/**
|
||||
* Type: Integer Default: 2
|
||||
|
||||
Reference in New Issue
Block a user