asyncPipe
Utility function that allows for piping a series of async functions together
Import
Parameters
fns
((s: S, o?: O, f?: F) => Promise<S>)[]
- functions to pipe
Returns
S
result of the pipe
asyncPipe
Utility function that allows for piping a series of async functions together
((s: S, o?: O, f?: F) => Promise<S>)[]
S
result of the pipe