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

Fixed TypeScript exports #110

Merged
merged 2 commits into from
Apr 24, 2020
Merged

Fixed TypeScript exports #110

merged 2 commits into from
Apr 24, 2020

Conversation

drzony
Copy link
Contributor

@drzony drzony commented Apr 22, 2020

fixes #109

After reading up on exporting namespaces in TypeScript:
https://dev.to/loilo/typescript-s-secret-parallel-universe-54i6
microsoft/TypeScript#10058

I made some fixes that allow using exports as types.
I'm not a TypeScript expert, but my changes seem to fix the issues I'm having.

@jaames jaames merged commit bfd2d39 into jaames:master Apr 24, 2020
@jaames
Copy link
Owner

jaames commented Apr 24, 2020

Looks good to me, thanks again @drzony!

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.

Cannot use types when imported into TypeScript (5.1.6)
2 participants