mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update gulp-tslint.d.ts
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