Sign in Sign up
npm

decurry

decurry is the 'reverse' of curry: given a composed function `fn(arg1)(arg2)(arg3)` it returns a function that can be called as `fn(arg1, arg2, arg3)` or `fn(arg1, arg2)(arg3) etc.`

npm View on Npm

Activity

Latest release
8y ago
Total releases
4
Cadence
~16 days
Last 12 months
0

Details

License
MIT
First release
Nov 24, 2016
Releases
Version Released
2.0.1 patch deprecated
2.0.0 major deprecated
1.0.1 patch deprecated
1.0.0 initial deprecated