Closed fraparisi closed 5 years ago
@f now should be fine :)
I think waitFor
can be a generic like this.
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? Thanks in advance
If typescript is configured for "noImplicitAny" the older types generate error in compilation.