|
|
|
|
|
by guntherhermann
994 days ago
|
|
Not sure if other people have mentioned this, but Ramda's `pipe` operator is left-to-right function composition which has a similar effect to this. I use it regularly, I find it very useful. https://ramdajs.com/docs/#pipe |
|