0.1.2 • Published 3 years ago

io-ts-fuzzy v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

io-ts-fuzzy

Travis CI Build Status npm version

Fuzzy-decoding objects and other types with io-ts. Very useful for type-less configs (for example, YAML).

Installation

io-ts-fuzzy requires io-ts and fp-ts as peer dependencies.

$ yarn add io-ts-fuzzy io-ts fp-ts
$ # or
$ npm install --save io-ts-fuzzy io-ts fp-ts

Examples

See tests for examples.

License

The project is released under the MIT license. Read the license for more information.