lodash.curry
The lodash method `_.curry` exported as a module.
selectn
Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
curry2
Curry a binary function.
ap
Currying in javascript. Like .bind() without also setting `this`.