Creates a function that executes multiple functions in the same order as they are passed in arguments. Each function may be synchronous or asynchronous. The result of each function is passed to the next function. The final result is returned as a Promise.
Creates a function that executes multiple functions in the same
order as they are passed in arguments. Each function may be
synchronous or asynchronous. The result of each function is passed
to the next function. The final result is returned as a Promise.