-
-
Notifications
You must be signed in to change notification settings - Fork 735
Return type of some functions is incorrect. #571
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
Comments
@tomc974, I'm curious, why would you want a |
@aciccarello It's the other way around. I do want the |
@tomc974 Sorry, I misunderstood. I've confirmed TypeDoc is outputting differently than TypeScript's implicit definition. If the function is explicitly given a |
I see this with an interface method that has the signature |
Fixed in 0.20.0 beta 30 |
Hi!
I have a function with a logic similar to the below function
boolean | undefined
undefined | true | false
No big deal but still annoying...
The text was updated successfully, but these errors were encountered: