You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type DateInput interface TimeZoneInfo interface TimeZoneOffset interface Time interface SetTimeZoneOptions
are all not exported alongside the functions like findTimeZone and setTimeZone
This leads to that you have to create your own interfaces that mirror them (problematic on version update when the interface changes).
Would love to create a PR to export the types and interfaces as well.
Let me know what you think
The text was updated successfully, but these errors were encountered:
type DateInput
interface TimeZoneInfo
interface TimeZoneOffset
interface Time
interface SetTimeZoneOptions
are all not exported alongside the functions like
findTimeZone
andsetTimeZone
This leads to that you have to create your own interfaces that mirror them (problematic on version update when the interface changes).
Would love to create a PR to export the types and interfaces as well.
Let me know what you think
The text was updated successfully, but these errors were encountered: