mpeltonen / io-ts

Runtime type system for IO decoding/encoding

Home Page:https://gcanti.github.io/io-ts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build status dependency status npm downloads

Installation

To install the stable version

npm i io-ts fp-ts

Note. fp-ts is a peer dependency for io-ts

Usage

Stable features

Experimental features (version 2.2+)

Experimental features (*) are published in order to get early feedback from the community, see these tracking issues for further discussions and enhancements.

(*) A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice.

About

Runtime type system for IO decoding/encoding

https://gcanti.github.io/io-ts/

License:MIT License


Languages

Language:TypeScript 99.9%Language:JavaScript 0.1%