#
compose
Function • Returns a function that composes the given functions, calling them in reverse of the order given.
compose functions → function
Arguments
| name | type | description |
|---|---|---|
| functions | Any |
Returns
| name | type | description |
|---|---|---|
| function | Any |