2.0.13 • Published 7 years ago
typescript-simple-monads
Licence
MIT
Version
2.0.13
Deps
0
Size
71 kB
Vulns
0
Weekly
0
Typescript Simple Monads
A simple and easy to use library of practical monads for Typescript.
Usage
Simply download, run npm i and start adding code in ./src.
Compiling
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.
Running
npm start
Testing
Tests are in the various ./__tests__/ directories.
npm test
Runs all unit tests.