Closed Altreus closed 9 years ago
If you need both curry
and compose
, you can try Ramda. Because curry is just a "simple curry module", instead of a swiss army knife.
Thanks, I didn't know about this.
I'll add it to my toolchain. Request withdrawn :)
Any chance of adding a super-useful
compose
to this, since currying and composition are related, and it's handier than having to include a second module all the time?Disclaimer: I got this from the internet - I've been using this in the browser and I don't have much experience with node to know whether adding it to the prototype is a good idea or not.