Creates a function composition from a given set of functions that will be each applied on the result of the previous one from left to right.
A new function that applies each given function on the result of the previous one.
Optional
Rest
The set of functions to apply.
Generated using TypeDoc
Creates a function composition from a given set of functions that will be each applied on the result of the previous one from left to right.
Returns
A new function that applies each given function on the result of the previous one.