mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
Merge pull request #1 from guischdi/patch-1
update shell.task() signature
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