JSPM

  • Created
  • Published
  • Downloads 1877799
  • Score
    100M100P100Q195292F
  • License MIT

TypeScript runtime type system for IO decoding/encoding

Package Exports

  • io-ts
  • io-ts/Codec
  • io-ts/DecodeError
  • io-ts/Decoder
  • io-ts/Eq
  • io-ts/FreeSemigroup
  • io-ts/Guard
  • io-ts/PathReporter
  • io-ts/Schemable
  • io-ts/es6
  • io-ts/es6/Codec
  • io-ts/es6/DecodeError
  • io-ts/es6/Decoder
  • io-ts/es6/Encoder
  • io-ts/es6/Eq
  • io-ts/es6/FreeSemigroup
  • io-ts/es6/Guard
  • io-ts/es6/PathReporter
  • io-ts/es6/Reporter
  • io-ts/es6/Schema
  • io-ts/es6/Schemable
  • io-ts/es6/ThrowReporter
  • io-ts/es6/index
  • io-ts/lib
  • io-ts/lib/Codec
  • io-ts/lib/DecodeError
  • io-ts/lib/Decoder
  • io-ts/lib/Encoder
  • io-ts/lib/Eq
  • io-ts/lib/FreeSemigroup
  • io-ts/lib/Guard
  • io-ts/lib/PathReporter
  • io-ts/lib/PathReporter.js
  • io-ts/lib/Reporter
  • io-ts/lib/Schema
  • io-ts/lib/Schemable
  • io-ts/lib/ThrowReporter
  • io-ts/lib/index
  • 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

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.