https://github.com/gcanti/fp-ts-contrib
A community driven utility package for fp-ts
https://github.com/gcanti/fp-ts-contrib
Last synced: 6 months ago
JSON representation
A community driven utility package for fp-ts
- Host: GitHub
- URL: https://github.com/gcanti/fp-ts-contrib
- Owner: gcanti
- License: mit
- Created: 2019-02-22T08:34:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T14:05:15.000Z (about 1 year ago)
- Last Synced: 2025-05-16T17:01:56.827Z (6 months ago)
- Language: TypeScript
- Homepage: https://gcanti.github.io/fp-ts-contrib/
- Size: 568 KB
- Stars: 200
- Watchers: 14
- Forks: 33
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fp-ts - gcanti/fp-ts-contrib - A community driven utility package (Domain modeling in TypeScript by Benoit Ruiz)
- awesome - fp-ts-contrib - A community driven utility package for fp-ts (TypeScript)
README
A community driven utility package for [fp-ts](https://github.com/gcanti/fp-ts)
# Installation
To install the stable version:
```sh
npm i fp-ts-contrib
```
**Note**. `fp-ts-contrib` depends on [`fp-ts`](https://github.com/gcanti/fp-ts), starting from `0.1.0` you must install `fp-ts` manually (`fp-ts` is listed in `peerDependency`)
# TypeScript compatibility
| `fp-ts-contrib` version | required `typescript` version |
| ----------------------- | ----------------------------- |
| 0.1.x+ | 3.5+ |
# Documentation
- [API reference](https://gcanti.github.io/fp-ts-contrib/)