mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Added 'base' for 'gulp-watch' tests.
This commit is contained in:
parent
44c3a8bf04
commit
3f6ae4eabe
7
gulp/gulp.d.ts
vendored
7
gulp/gulp.d.ts
vendored
@ -28,6 +28,13 @@ declare module gulp {
|
||||
*/
|
||||
buffer?: boolean;
|
||||
|
||||
/**
|
||||
* The base path of a glob.
|
||||
*
|
||||
* Default is everything before a glob starts.
|
||||
*/
|
||||
base?: string;
|
||||
|
||||
/**
|
||||
* The current working directory in which to search.
|
||||
* Defaults to process.cwd().
|
||||
|
||||
Loading…
Reference in New Issue
Block a user