We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
example:
type NotNull=*|null; type useNotNull=NotNull(number|null);//number; type ListItem=List<*>; type useListItem=ListItem(List<string>);//string; type Constructor={new():*}; type useConstructor=Constructor({new():Date});//Date; type FuncReturn=()=>*; type useFuncReturn=FuncReturn(typeof Date.now);//number;
The text was updated successfully, but these errors were encountered:
Can you explain how this differs to #19800, #16067 and #12424?
Sorry, something went wrong.
@rbuckton had a proposal for matched types that I can't seem to find.
sorry Maybe duplicate #12424
No branches or pull requests
example:
The text was updated successfully, but these errors were encountered: