Skip to content

lucascaro/ts-monads

Repository files navigation

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.