-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support for generic types #38
Comments
Actually I think it should be |
I see that |
You are both right. It has to become It should not be that hard to fix, so if you like you can create a PR (or anybody else here) if you are faster than me :) |
Fixed with #46 |
Let's say I have a
function
that returnsPromise<*>
. When that is converted to TSD, shouldn't that bePromise.<any>
and notPromise.<*>
?The text was updated successfully, but these errors were encountered: