# functional-typescript-lib

> This library is a set of typescript functional tools.

Latest version **2.2.2** (published 2020-01-31) · ISC license · 0 weekly downloads

## Install

```sh
npm install functional-typescript-lib
pnpm add functional-typescript-lib
yarn add functional-typescript-lib
bun add functional-typescript-lib
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.2.2 |
| Published | 2020-01-31 |
| First published | 2019-09-09 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 120 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Patrick Assoa Adou |
| Maintainers | kanian77 |

## Links

- npm: https://www.npmjs.com/package/functional-typescript-lib
- Repository: https://github.com/kanian/functional-typescript-lib
- Homepage: https://github.com/kanian/functional-typescript-lib#readme
- Issues: https://github.com/kanian/functional-typescript-lib/issues
- npm.io page: https://npm.io/package/functional-typescript-lib

## Recent versions

- 2.2.2 (latest) — 2020-01-31
- 1.5.1 — 2020-01-09
- 1.5.0 — 2019-09-12
- 1.4.0 — 2019-09-11
- 1.3.0 — 2019-09-11
- 1.2.2 — 2019-09-09
- 1.2.1 — 2019-09-09
- 1.2.0 — 2019-09-09
- 1.1.2 — 2019-09-09
- 1.1.1 — 2019-09-09
- 1.1.0 — 2019-09-09
- 1.0.2 — 2019-09-09
- 1.0.1 — 2019-09-09
- 1.0.0 — 2019-09-09

## README

# FUNCTIONAL TYPESCRIPT LIB
This library is a set of typescript functional tools.

To install:
  ```
  npm install functional-typescript-lib
  ```

The aim is to make the code as clear as possible. 

The library has a number of usable algebraic types, such as:
* Maybe
* Either

It also has a number of essential functions such as:
* compose
* curry
* pipe
* map

Moreover, it has examples of how to build common algebraic types such as:
* Functors
* Applicatives
* Monads

Good reference materials to understand what is going on here are:
*Professor Firsby's Mostly Adequate Guide to Functional Programming*
And:
*http://www.tomharding.me/fantasy-land/*

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