Search
cumpa
Minimal function composition implementation
v2.0.1 URL:
https://unpkg.com/cumpa@2.0.1/index.js
Open
Browse Files
flowRight
functional
compose
compose-right
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.`
v2.0.1 URL:
https://unpkg.com/decurry@2.0.1/build/code/decurry.js
Open
Browse Files
curry
compose
reverse
decurry
uncurry
variadic
partial
function
functions
functional
ramda
lodash
lodash/fp
flowRight
flow