Closed sledorze closed 5 years ago
@gcanti by the way, I'm curious about the very reason for this pattern:
export interface BooleanFromStringC extends BooleanFromStringType {}
@sledorze just for consistency with io-ts
@sledorze released, thanks.
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 :) )