2.0.13 • Published 5 years ago

typescript-simple-monads v2.0.13

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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.