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
satisfies
#47920
x satisfies T
x as satisfies T
<satisfies T>x
/** @type {satisfies T} */
#50290
@types/babel__traverse
get
The text was updated successfully, but these errors were encountered:
No branches or pull requests
satisfies
Proposal#47920
x satisfies T
x as satisfies T
<satisfies T>x
in angle-bracket assertions./** @type {satisfies T} */
in JSDoc.satisfies
syntax is the cleanest and reads the best, even with all the speculative design space.Massive Slowdown
#50290
@types/babel__traverse
is a discriminated union.get
method was declared with a conditional type.The text was updated successfully, but these errors were encountered: