mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fixed syntax
This commit is contained in:
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(callback: (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