io-ts-fuzzy
v0.1.2
Published
A collection of io-ts codecs for fuzzy decoding untyped configs and similar things
Readme
io-ts-fuzzy
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-tsExamples
See tests for examples.
License
The project is released under the MIT license. Read the license for more information.
