-
Notifications
You must be signed in to change notification settings - Fork 12
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: Add typescript definitions #146
fix: Add typescript definitions #146
Conversation
👍 |
Any updates or intentions to move this forward? Can we iterate this PR or create a new one? |
I've just pushed a commit with a fix on the types definition file. |
@bahmutov Is there anything else needed here to merge this? |
Looks good, merging it, thank you |
🎉 This PR is included in version 2.1.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hi, I got an error with this change
when I do
Before this change, I used to use this import
which always work. |
Why did you switch from the default import to named one? |
Ok, I will be open to a pull request to fix this |
Please check my open PR:) |
Because:
This commit:
index.d.ts
file to thesrc
folder, as well as jsdoc documentation.typings
entry on thepackage.json
file