1.1.0 • Published 12 years ago
fcomp v1.1.0
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