-
-
Notifications
You must be signed in to change notification settings - Fork 39
Bug with declarations exports #75
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
Comments
/cc @ematipico @sokra it could be problem of commonjs exports also |
Strange thing is |
I tested latest PRs with types with webpack and all was fine, strange |
Maybe TS when imports files skip errors in namespaces.. As you can see |
Maybe ts error? |
🤷♂️ |
Thanks for create issue in ts repo |
Fixed #84 |
Uh oh!
There was an error while loading. Please reload this page.
Expected Behavior / Situation
expect correct export
Actual Behavior / Situation
Incorrect

Modification Proposal
export default function validate()
instead offunction validate(); export default validate
The text was updated successfully, but these errors were encountered: