Experiments around functional programming concepts with JavaScript and pipeline operator feature. Most of the concept's comes form Haskell language
npm install
This is a mono-repository project managed with npm workspace.
Unit-tests are executed with mocha and coverage with c8. To run all tests:
npm run test