Package Exports
- io-ts-types
- io-ts-types/DateFromISOString
- io-ts-types/NonEmptyString
- io-ts-types/NumberFromString
- io-ts-types/date
- io-ts-types/es6/BooleanFromString
- io-ts-types/es6/BooleanFromString.js
- io-ts-types/es6/DateFromISOString
- io-ts-types/es6/DateFromISOString.js
- io-ts-types/es6/DateFromNumber
- io-ts-types/es6/DateFromNumber.js
- io-ts-types/es6/DateFromUnixTime
- io-ts-types/es6/DateFromUnixTime.js
- io-ts-types/es6/IntFromString
- io-ts-types/es6/IntFromString.js
- io-ts-types/es6/NonEmptyString
- io-ts-types/es6/NonEmptyString.js
- io-ts-types/es6/NumberFromString
- io-ts-types/es6/NumberFromString.js
- io-ts-types/es6/UUID
- io-ts-types/es6/UUID.js
- io-ts-types/es6/clone
- io-ts-types/es6/clone.js
- io-ts-types/es6/date
- io-ts-types/es6/date.js
- io-ts-types/es6/either
- io-ts-types/es6/either.js
- io-ts-types/es6/fromNewtype
- io-ts-types/es6/fromNewtype.js
- io-ts-types/es6/fromNullable
- io-ts-types/es6/fromNullable.js
- io-ts-types/es6/fromRefinement
- io-ts-types/es6/fromRefinement.js
- io-ts-types/es6/getLenses
- io-ts-types/es6/getLenses.js
- io-ts-types/es6/index.js
- io-ts-types/es6/mapOutput
- io-ts-types/es6/mapOutput.js
- io-ts-types/es6/nonEmptyArray
- io-ts-types/es6/nonEmptyArray.js
- io-ts-types/es6/option
- io-ts-types/es6/option.js
- io-ts-types/es6/optionFromNullable
- io-ts-types/es6/optionFromNullable.js
- io-ts-types/es6/readonlyNonEmptyArray
- io-ts-types/es6/readonlyNonEmptyArray.js
- io-ts-types/es6/readonlySetFromArray
- io-ts-types/es6/readonlySetFromArray.js
- io-ts-types/es6/regexp
- io-ts-types/es6/regexp.js
- io-ts-types/es6/setFromArray
- io-ts-types/es6/setFromArray.js
- io-ts-types/es6/withFallback
- io-ts-types/es6/withFallback.js
- io-ts-types/es6/withMessage
- io-ts-types/es6/withMessage.js
- io-ts-types/es6/withValidate
- io-ts-types/es6/withValidate.js
- io-ts-types/lib/BooleanFromString
- io-ts-types/lib/BooleanFromString.js
- io-ts-types/lib/DateFromISOString
- io-ts-types/lib/DateFromISOString.js
- io-ts-types/lib/DateFromNumber
- io-ts-types/lib/DateFromNumber.js
- io-ts-types/lib/DateFromUnixTime
- io-ts-types/lib/DateFromUnixTime.js
- io-ts-types/lib/IntFromString
- io-ts-types/lib/IntFromString.js
- io-ts-types/lib/NonEmptyString
- io-ts-types/lib/NonEmptyString.js
- io-ts-types/lib/NumberFromString
- io-ts-types/lib/NumberFromString.js
- io-ts-types/lib/UUID
- io-ts-types/lib/UUID.js
- io-ts-types/lib/clone
- io-ts-types/lib/clone.js
- io-ts-types/lib/date
- io-ts-types/lib/date.js
- io-ts-types/lib/either
- io-ts-types/lib/either.js
- io-ts-types/lib/fromNewtype
- io-ts-types/lib/fromNewtype.js
- io-ts-types/lib/fromNullable
- io-ts-types/lib/fromNullable.js
- io-ts-types/lib/fromRefinement
- io-ts-types/lib/fromRefinement.js
- io-ts-types/lib/getLenses
- io-ts-types/lib/getLenses.js
- io-ts-types/lib/index.js
- io-ts-types/lib/mapOutput
- io-ts-types/lib/mapOutput.js
- io-ts-types/lib/nonEmptyArray
- io-ts-types/lib/nonEmptyArray.js
- io-ts-types/lib/option
- io-ts-types/lib/option.js
- io-ts-types/lib/optionFromNullable
- io-ts-types/lib/optionFromNullable.js
- io-ts-types/lib/readonlyNonEmptyArray
- io-ts-types/lib/readonlyNonEmptyArray.js
- io-ts-types/lib/readonlySetFromArray
- io-ts-types/lib/readonlySetFromArray.js
- io-ts-types/lib/regexp
- io-ts-types/lib/regexp.js
- io-ts-types/lib/setFromArray
- io-ts-types/lib/setFromArray.js
- io-ts-types/lib/withEncode
- io-ts-types/lib/withEncode.js
- io-ts-types/lib/withFallback
- io-ts-types/lib/withFallback.js
- io-ts-types/lib/withMessage
- io-ts-types/lib/withMessage.js
- io-ts-types/lib/withValidate
- io-ts-types/lib/withValidate.js
- io-ts-types/mapOutput
- io-ts-types/nonEmptyArray
- io-ts-types/optionFromNullable
- io-ts-types/readonlyNonEmptyArray
- io-ts-types/withFallback
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-types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
A collection of runtime types and combinators for use with io-ts
Installation
To install the stable version:
npm i io-ts-types
Note. io-ts-types
depends on
starting from 0.5.0
you must install fp-ts
, io-ts
, newtype-ts
and monocle-ts
manually (fp-ts
, io-ts
, newtype-ts
and monocle-ts
are listed in peerDependency
)
TypeScript compatibility
io-ts-types version |
required typescript version |
---|---|
0.5.x | 3.5+ |
0.4.x | 3.1+ |