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

export Codec types - fixes #77 #78

Closed sledorze closed 5 years ago

sledorze commented 5 years ago

I've exported all relevant types. Also I've changed t.dictionary in favor of t.record because I had the compiler (or linter?) complaining about t.dictionary deprecation.

@gcanti can we merge/release this ASAP? (I've made substantial changes to cope with all new changes and would like to deliver it soon :) )

sledorze commented 5 years ago

@gcanti by the way, I'm curious about the very reason for this pattern:

export interface BooleanFromStringC extends BooleanFromStringType {}
gcanti commented 5 years ago

@sledorze just for consistency with io-ts

gcanti commented 5 years ago

@sledorze released, thanks.