Search results
4 packages found
Minimal function composition implementation
published 2.0.1 8 months ago
M
Q
P
The lodash method `_.flowRight` exported as a module.
published 3.5.0 7 years ago
M
Q
P
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.`
- curry
- compose
- reverse
- decurry
- uncurry
- variadic
- partial
- function
- functions
- functional
- ramda
- lodash
- lodash/fp
- flowRight
published 2.0.1 6 years ago
M
Q
P
Debugging utility for lodash/fp flow (pipe) and compose (backflow, flowRight)
published 1.0.5 6 years ago
M
Q
P