#
flow
Function • Returns an async function that composes the given functions, which may be async, calling them in the order given.
Convenience for pipeWith wait
.
flow functions → function
Arguments
name | type | description |
---|---|---|
functions | Any |
Returns
name | type | description |
---|---|---|
function | Any |