gcanti / io-ts-codegen

Code generation for io-ts
https://gcanti.github.io/io-ts-codegen/
MIT License
156 stars 14 forks source link

New feature: overload `t.property` function #39

Open mk0x9 opened 5 years ago

mk0x9 commented 5 years ago

I have lots of properties in my code, all of them are required but with supplied description. It would be really nice to be able to supply property function with description without supplying isOptional property.

vabatta commented 5 years ago

+1