This library provides a set of point-free combinators for TypeScript. It supports basic types, such as: Maybe, Either, and IO.
Read the RFC for TS Combinators here.
$ npm install ts-combinators- type: Maybe
- type: Either
- type: IO
- Combinators for JS arrays
- Combinators for Promises
MIT