decurry
Version:
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.`
| Filename | Content Type | Size | |
|---|---|---|---|
| ../ | |||
| 1.13 kB | |||
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.`
| Filename | Content Type | Size | |
|---|---|---|---|
| ../ | |||
| 1.13 kB | |||