Closed jamiehodge closed 5 years ago
How does one avoid t.TypeOf<typeof Date> when printing a static representation? It prints as Date for the runtime representation.
t.TypeOf<typeof Date>
Date
How does one avoidt.TypeOf<typeof Date>
when printing a static representation? It prints asDate
for the runtime representation.