A simple and easy to use library of practical monads for Typescript.
Simply download, run npm i and start adding code in ./src.
npm run buildCompiles the project using tsc. Javascript files will be in ./lib.
npm run watchListens and recompiles the project on src changes.
npm startTests are in the various ./__tests__/ directories.
npm testRuns all unit tests.