-
-
Notifications
You must be signed in to change notification settings - Fork 100
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 implicit any #64
Fix implicit any #64
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR! Can you please respect the code styling and update the commit? We use 2 space tab with spaced curlies.
@f now should be fine :) |
I think waitFor<T extends Function | AsyncFunction>(waiter, callback: T, forceSync?: false): T; |
@yoyoys updated thanks. |
Ran into this myself today - many thanks for addressing and all the work put into vue-wait! |
@f any news on this? |
If typescript is configured for "noImplicitAny" the older types generate error in compilation.