typescript-simple-monads
v2.0.13
Published
Simple typescript-enabled monads inspired on Rust.
Readme
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 buildCompiles the project using tsc. Javascript files will be in ./lib.
npm run watchListens and recompiles the project on src changes.
Running
npm startTesting
Tests are in the various ./__tests__/ directories.
npm testRuns all unit tests.
