-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,11 +19,10 @@ starting from `0.5.0` you must install `fp-ts`, `io-ts`, `newtype-ts` and `monoc | |
|
||
# TypeScript compatibility | ||
|
||
The stable version is tested against TypeScript 3.2.2, but should run with TypeScript 3.0.1+ too | ||
|
||
**Note**. If you are running `< [email protected]` you have to polyfill `unknown`. | ||
|
||
You can use [unknown-ts](https://github.com/gcanti/unknown-ts) as a polyfill. | ||
| `io-ts-types` version | required `typescript` version | | ||
| --------------------- | ----------------------------- | | ||
| 0.5.x | 3.5+ | | ||
| 0.4.x | 3.1+ | | ||
|
||
# Documentation | ||
|
||
|