fcomp
v1.1.0
Published
function composition
Downloads
14
Readme
fcomp
function composition
Installation
$ component install nathan7/fcomp
API
fcomp(a, b, ..) -> Function (a, b, ..)
Composes the given functions. The return value of each function is passed to the next. All the arguments are passed to the first function.
License
MIT