Package Exports
- io-ts
- io-ts/Codec
- io-ts/DecodeError
- io-ts/Decoder
- io-ts/Encoder
- io-ts/Eq
- io-ts/FreeSemigroup
- io-ts/Guard
- io-ts/PathReporter
- io-ts/Schema
- io-ts/Schemable
- io-ts/TaskDecoder
- io-ts/Type
- io-ts/es6
- io-ts/es6/Codec
- io-ts/es6/Codec.js
- io-ts/es6/DecodeError
- io-ts/es6/DecodeError.js
- io-ts/es6/Decoder
- io-ts/es6/Decoder.js
- io-ts/es6/Encoder
- io-ts/es6/Encoder.js
- io-ts/es6/Eq
- io-ts/es6/Eq.js
- io-ts/es6/FreeSemigroup
- io-ts/es6/FreeSemigroup.js
- io-ts/es6/Guard
- io-ts/es6/Guard.js
- io-ts/es6/PathReporter
- io-ts/es6/PathReporter.js
- io-ts/es6/Reporter
- io-ts/es6/Reporter.js
- io-ts/es6/Schema
- io-ts/es6/Schema.js
- io-ts/es6/Schemable
- io-ts/es6/Schemable.js
- io-ts/es6/TaskDecoder.js
- io-ts/es6/ThrowReporter
- io-ts/es6/ThrowReporter.js
- io-ts/es6/Type.js
- io-ts/es6/index
- io-ts/es6/index.js
- io-ts/lib
- io-ts/lib/Codec
- io-ts/lib/Codec.js
- io-ts/lib/DecodeError
- io-ts/lib/DecodeError.js
- io-ts/lib/Decoder
- io-ts/lib/Decoder.js
- io-ts/lib/Encoder
- io-ts/lib/Encoder.js
- io-ts/lib/Eq
- io-ts/lib/Eq.js
- io-ts/lib/FreeSemigroup
- io-ts/lib/FreeSemigroup.js
- io-ts/lib/Guard
- io-ts/lib/Guard.js
- io-ts/lib/PathReporter
- io-ts/lib/PathReporter.js
- io-ts/lib/Reporter
- io-ts/lib/Reporter.js
- io-ts/lib/Schema
- io-ts/lib/Schema.js
- io-ts/lib/Schemable
- io-ts/lib/Schemable.js
- io-ts/lib/TaskDecoder.js
- io-ts/lib/ThrowReporter
- io-ts/lib/ThrowReporter.js
- io-ts/lib/Type.js
- io-ts/lib/index
- io-ts/lib/index.js
- io-ts/package.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (io-ts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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 modules (version 2.2+
)
Experimental modules (*) are published in order to get early feedback from the community, see these tracking issues for further discussions and enhancements.
The experimental modules are independent and backward-incompatible with stable ones.
Decoder.ts
moduleEncoder.ts
moduleCodec.ts
moduleEq.ts
moduleSchema.ts
module (advanced feature)
(*) A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice.