lodash.flowright121.3kMIT3.5.0The lodash method _.flowRight
exported as a module.
lodashabout 3 years 前lodash-modularized, flowright cumpa3kMIT2.0.1Minimal function composition implementation
GianlucaGuariniabout 2 years 前flowRight, functional, compose, compose-right debug-flow15MIT1.0.5Debugging utility for lodash/fp flow (pipe) and compose (backflow, flowRight)
iddanabout 3 years 前lodash, fp, flow, debug decurry12MIT2.0.1decurry 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.
anodynosabout 3 years 前curry, compose, reverse, decurry