Package Exports
- io-ts-types
- io-ts-types/lib/clone
- io-ts-types/lib/fp-ts/createOptionFromNullable
- io-ts-types/lib/fromNullable
- io-ts-types/lib/mapOutput
- io-ts-types/lib/newtype-ts/fromNewtype
- io-ts-types/lib/number/IntegerFromString
- io-ts-types/lib/withMessage
- io-ts-types/lib/withValidate
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
TypeScript compatibility
The stable version is tested against TypeScript 3.2.2, but should run with TypeScript 3.0.1+ too
Note. If you are running < typescript@3.0.1
you have to polyfill unknown
.
You can use unknown-ts as a polyfill.