functional-typescript-lib
TypeScript icon, indicating that this package has built-in type declarations

2.2.2 • Public • Published

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/

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.2.24latest

Version History

VersionDownloads (Last 7 Days)Published
2.2.24
1.5.10
1.5.00
1.4.00
1.3.00
1.2.20
1.2.10
1.2.00
1.1.20
1.1.10
1.1.00
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i functional-typescript-lib

Weekly Downloads

4

Version

2.2.2

License

ISC

Unpacked Size

123 kB

Total Files

237

Last publish

Collaborators

  • kanian77