gcanti / io-ts-codegen

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

Static references to globals #48

Closed jamiehodge closed 5 years ago

jamiehodge commented 5 years ago

How does one avoid t.TypeOf<typeof Date> when printing a static representation? It prints as Date for the runtime representation.