gcanti / io-ts-types

A collection of codecs and combinators for use with io-ts
https://gcanti.github.io/io-ts-types/
MIT License
311 stars 40 forks source link

Types for io-ts experimental modules (version 2.2+) #174

Open shawnshaddock opened 1 year ago

shawnshaddock commented 1 year ago

Are there io-ts-types available for the io-ts Experimental modules (version 2.2+)?

It doesn't look like the current ones based on t.Type are compatible. I'm trying to create decoders using the new modules https://github.com/gcanti/io-ts/blob/HEAD/Decoder.md

And I need decoders for types like Option, Either, date, etc...