A community driven utility package for io-ts
To install the stable version:
npm i fp-ts-contrib
Note. io-ts-contrib
depends on io-ts
, you must install fp-ts
manually (io-ts
is listed in peerDependency
)
To install the stable version
npm i io-ts-contrib io-ts fp-ts
Note. io-ts
is a peer dependency for io-ts-contrib
, and fp-ts
is a peer dependency for io-ts