Search results

2 packages found

Minimal function composition implementation

published version 2.0.1, 2 years ago4 dependents licensed under $MIT
2,808

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.`

published version 2.0.1, 7 years ago5 dependents licensed under $MIT
119