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 build
Compiles the project using tsc. Javascript files will be in ./lib
.
npm run watch
Listens and recompiles the project on src changes.
npm start
Tests are in the various ./__tests__/
directories.
npm test
Runs all unit tests.