@arpinum/promising
A simple module that provides basic operations on promises
Found 7 results for auto-curried
A simple module that provides basic operations on promises
Curried predicate which checks that a value exists in an array. Generally faster than `indexOf` across JS engines.
Returns a new array comprised of the given array's contents with the given value appended.
Curried function deriving new array values by applying provided function to each item/index of provided array. Fast and compatible with modern or old browsers.
A wrapper around Most.js 1.0 providing an auto-curried API + a few minor changes
Returns a new shallow copy of the last n elements taken from the end of the given array. When list.length < n the list returned contain list.length elements.
Binary logical OR operator (||) as an auto-curried function.