mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
Change interface name (remove the first letter 'I')
This commit is contained in:
Vendored
+2
-2
@@ -18,8 +18,8 @@ declare module 'gulp-protractor' {
|
||||
interface IGulpProtractor {
|
||||
getProtractorDir(): string;
|
||||
protractor(options?: IOptions): NodeJS.ReadWriteStream;
|
||||
webdriver_standalone: gulp.ITaskCallback;
|
||||
webdriver_update: gulp.ITaskCallback;
|
||||
webdriver_standalone: gulp.TaskCallback;
|
||||
webdriver_update: gulp.TaskCallback;
|
||||
}
|
||||
|
||||
var protractor: IGulpProtractor;
|
||||
|
||||
Reference in New Issue
Block a user