Skip to content

Commit

Permalink
README: add TypeScript compatibility table
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Sep 21, 2020
1 parent afeed07 commit d051721
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ 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/)

0 comments on commit d051721

Please sign in to comment.