From d0517210b00e264dd08a37c0fac343d27b69a93d Mon Sep 17 00:00:00 2001 From: gcanti Date: Mon, 21 Sep 2020 19:24:53 +0200 Subject: [PATCH] README: add TypeScript compatibility table --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 72de07d..c7b9607 100644 --- a/README.md +++ b/README.md @@ -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/)