codeql/javascript-all
1.1.3
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the type T in ...T[], such as string in [number, ...string[]].
T
...T[]
string
[number, ...string[]]
TypeExpr getElementType()