2.2.2 • Published 4 years ago

functional-typescript-lib v2.2.2

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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/

2.2.2

4 years ago

1.5.1

4 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago