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