3 packages
fn-compose
compose an arbitrary number of functions from right to left.
fn-curry
takes a function and number of args (optional) and returns a new function that will partially apply the original until all arguments are supplied.
maybe-args
wraps a function in null/undefined guards. checks that all arguments have some value. shouldn't be used ifnull or undefined is acceptable for any arguments.