mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 11:02:11 +08:00
Added 'base' for 'gulp-watch' tests.
This commit is contained in:
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().
|
||||
|
||||
Reference in New Issue
Block a user