mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
Merge pull request #7388 from Brooooooklyn/patch-3
Update gulp-watch.d.ts
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/// <reference path="gulp-watch.d.ts" />
|
||||
/// <reference path="../gulp/gulp.d.ts" />
|
||||
|
||||
import gulp = require('gulp');
|
||||
import watch = require('gulp-watch');
|
||||
import * as gulp from 'gulp';
|
||||
import * as watch from 'gulp-watch';
|
||||
|
||||
gulp.task('stream', () =>
|
||||
gulp.src('css/**/*.css')
|
||||
|
||||
Vendored
+1
-1
@@ -22,6 +22,6 @@ declare module 'gulp-watch' {
|
||||
}
|
||||
|
||||
function watch(glob: string | Array<string>, options?: IOptions, callback?: Function): IWatchStream;
|
||||
|
||||
namespace watch {}
|
||||
export = watch;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user