@pokemonads/combinators
v0.0.13
Published
A collection of basic combinators and utilities. Visit our [github page](https://github.com/kanitsharma/pokemonads) for more information.
Downloads
4
Readme
Pokemonads/combinators
A collection of basic combinators and utilities. Visit our github page for more information.
Documentation coming up soon :)
Installation
npm i -s @pokemonads/combinators
// or
yarn add @pokemonads/combinators
Contents
Combinators
- I combinator
- K combinator
Utilities
- compose
- composeK
- curry
- tap
Point-free
- map
- chain
- of
- ap
- fold
- run