Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interfaces are not exported alongside functions #44

Open
ngehlert opened this issue Jan 27, 2023 · 0 comments
Open

Interfaces are not exported alongside functions #44

ngehlert opened this issue Jan 27, 2023 · 0 comments

Comments

@ngehlert
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant