@spacet.me/chain
Like _.chain()
but the wrapper contains only the thru(interceptor)
and value()
methods.
-
Familiar interface but without the bloat. It has same interface as
_.chain()
, so if you know Lo-dash, you know how to use this. -
TypeScript-compatible — it comes with type definitions out-of-the-box.
-
Totally unopinionated — can be used with lodash/fp, Ramda, Rameda, etc.