add IGulpPlugin and fix tests

This commit is contained in:
progre
2014-09-27 11:57:45 +09:00
parent 880c9e258b
commit 501792ee13
2 changed files with 11 additions and 7 deletions
+4
View File
@@ -282,3 +282,7 @@ declare module "gulp" {
var _tmp:gulp.Gulp;
export = _tmp;
}
interface IGulpPlugin {
(...args: any[]): NodeJS.ReadWriteStream;
}