fp-ts-pool
Version:
Generic Resource Pool for fp-ts
28 lines (16 loc) • 1.09 kB
Markdown
# Generic Resource Pool for fp-ts
[](https://www.npmjs.com/package/fp-ts-pool)
[](https://www.npmjs.com/package/fp-ts-pool)
## Installation
To install the stable version:
```
npm install fp-ts fp-ts-pool
```
`fp-ts` is a peer dependency. Make sure to always have a single version of `fp-ts` installed in your project. Multiple versions are known to cause `tsc` to hang during compilation. You can check the versions currently installed using `npm ls fp-ts` (make sure there's a single version and all the others are marked as `deduped`).
# Documentation
**Disclaimer**. Teaching functional programming is out of scope of this project, so the documentation assumes you already know what FP is.
- [fp-ts docs](https://gcanti.github.io/fp-ts)
- [ecosystem](https://gcanti.github.io/fp-ts/ecosystem/)
This is [tarn](https://github.com/vincit/tarn.js) pool module adapter for fp-ts TaskEither
# License
The MIT License (MIT)