mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #7589 from guischdi/master
updated signature of shell.task()
This commit is contained in:
Vendored
+1
-1
@@ -10,7 +10,7 @@ declare module "gulp-shell" {
|
||||
namespace shell {
|
||||
interface Shell {
|
||||
(commands: string|string[], options?: Option): NodeJS.ReadWriteStream;
|
||||
task(commands: string|string[], options?: Option): () => NodeJS.ReadWriteStream;
|
||||
task(commands: string|string[], options?: Option): (done: Function) => NodeJS.ReadWriteStream;
|
||||
}
|
||||
|
||||
interface Option {
|
||||
|
||||
Reference in New Issue
Block a user