codeql/javascript-all
2.1.1
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 getArrayType()