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.`
Activity
- Latest release
- 8y ago
- Total releases
- 4
- Cadence
- ~16 days
- Last 12 months
- 0
Details
- License
- MIT
- First release
- Nov 24, 2016
Releases