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
isDeclarationStatement
isInternalDeclaration
nullTransformationContext
undefined
isPartOfTypeNode
stripInternal
[a, b]
a: b
& ${number}
& number
indexOf
"0"
number
keyof
${number}
as
infer
extends T
T
InstanceOf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
isDeclarationStatement
,isInternalDeclaration
nullTransformationContext
undefined
?isPartOfTypeNode
stripInternal
real now?[a, b]
to forma: b
& ${number}
, but not& number
indexOf
,"0"
, and thenumber
index signaturekeyof
needs to behave consistently between Array and Arrayish objects${number}
is needed?as
clauseinfer
outputsextends T
-> unmeasurable onT
is fairly catastrophic for performanceInstanceOf
is covariant on part of the type; even if variance annotations were allowed here, they'd be wrongThe text was updated successfully, but these errors were encountered: