product
Curried calculation of the product of multiplying multiplicand and multiplier.
reapply
Require a module and apply the export if it is a function.
string-split
A curried `String.prototype.split` with support for splitting by String, RegExp, or Function.
reapply-list
Require a list of modules and apply the export if it is function.
unary
Creates a unary function wrapper which extracts a specific argument by index and applies the argument to the original unary function.