-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add typings for imports in Typescript #2
Comments
Hi @electrovir, This might be a little tricky since the properties of the exported objects is dynamic as it depends on This probably should be either a If you want to give it a go, please let me know! |
I was thinking a I'll take a crack at it! I just started using this package so I can test it in actual use. I'll put it in |
Thanks for the PR! |
You're welcome, it was fun! 🎉 |
Released in |
Finally got around to updating. Looks good, thanks! |
Getting a
Could not find a declaration file for module 'human-signals'.
when importing this in Typescript, such as in the following:Also
@types/human-signals
does not exist in npm.Happy to assist if needed.
The text was updated successfully, but these errors were encountered: