-
Notifications
You must be signed in to change notification settings - Fork 51
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
TypeScript definitions #46
Comments
I stumbled on this package too and missed not having types for it. Opened a PR on DefinitelyTyped about it which just got merged, it should be in the npmjs registry in a couple of hours. |
@ivank : awesome, thanks! |
Is there any way to add noVersionCheck ? |
@ivank I'm having a bad time with My tests keep failing with "error TS7006: Parameter 'result' implicitly has an 'any' type." I have no idea how to make this error go away. I hope you can help? Here's what my simple unit test looks like (I'm using Jest):
My workaround it to uninstall |
Really nice helper, using this in my project a lot. But should I expect TypeScript definitions anytime soon?
The text was updated successfully, but these errors were encountered: