mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-26 11:12:19 +08:00
Merge branch 'gulp-plugins'
This commit is contained in:
Vendored
+2
@@ -33,6 +33,8 @@ declare module "gulp-tslint" {
|
||||
}
|
||||
|
||||
export function report(reporter?: string): NodeJS.ReadWriteStream;
|
||||
export function report(reporter: string, options?: Options): NodeJS.ReadWriteStream;
|
||||
export function report(options?: Options): NodeJS.ReadWriteStream;
|
||||
export function report(reporter?: (output: Output[], file: vinyl, options: Options) => any): NodeJS.ReadWriteStream;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user