Creates a function composition from a given set of functions that will be each applied on the result of the previous one from right to left.
A new function that applies each given function on the result of the previous step.
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 right to left.
Returns
A new function that applies each given function on the result of the previous step.