Types #7
Closed
Types #7
Comments
The objs for #6 |
EDIT: switched from { val: 'foo', type: 'value' } to { value: 'foo' } |
Closing as per port into wiki. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
value
Pass something in directly, as it is, with no resolution. Could be a
boolean
,string
,number
,Array
,Function
,Promise
, ...file
a glob expression/regex to be resolved to a full path before/after task
stream
Use this if the task should take a stream as input, output, or both.
task 1
task 2
This will take the
output
stream of the preceding task and pipe it into theinput
of this task.It is also possible to stream out an existing (or as it is created) file:
The text was updated successfully, but these errors were encountered: