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

fix: exporting types #833

Merged
merged 3 commits into from
Nov 4, 2024
Merged

fix: exporting types #833

merged 3 commits into from
Nov 4, 2024

Conversation

skycoop
Copy link
Contributor

@skycoop skycoop commented Nov 3, 2024

This exports the types from _types.ts in the package's entrypoint. Resolves #832

src/index.ts Outdated Show resolved Hide resolved
@broofa broofa merged commit 341edf4 into uuidjs:main Nov 4, 2024
5 checks passed
@skycoop skycoop deleted the skycoop/export-types branch November 4, 2024 22:26
bobvandevijver added a commit to bobvandevijver/uuid that referenced this pull request Nov 11, 2024
With uuidjs#833 the type export was added, but the `export type *` syntax is only available since Typescript V5. Using direct imports should resolve the issue.
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

Successfully merging this pull request may close these issues.

Export options types
3 participants