# typescript-simple-monads

> Simple typescript-enabled monads inspired on Rust.

Latest version **2.0.13** (published 2019-02-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install typescript-simple-monads
pnpm add typescript-simple-monads
yarn add typescript-simple-monads
bun add typescript-simple-monads
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.13 |
| Published | 2019-02-12 |
| First published | 2019-02-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 71 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Lucas Caro |
| Maintainers | lucascaro |

## Links

- npm: https://www.npmjs.com/package/typescript-simple-monads
- npm.io page: https://npm.io/package/typescript-simple-monads

## Recent versions

- 2.0.13 (latest) — 2019-02-12
- 2.0.12 — 2019-02-12
- 2.0.8 — 2019-02-11

## 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

```shell
npm run build
```

Compiles the project using tsc. Javascript files will be in `./lib`.

```shell
npm run watch
```

Listens and recompiles the project on src changes.

### Running

```shell
npm start
```

### Testing

Tests are in the various `./__tests__/` directories.

```shell
npm test
```

Runs all unit tests.

---
_Source: https://npm.io/package/typescript-simple-monads · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
