CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.13 (changelog, source)
Search

Member predicate TupleType::getUnderlyingArrayType

Gets the underlying instantiation of the Array type.

For example, the tuple type [string, number] has Array<string | number> as its underlying array type.

PlainArrayType getUnderlyingArrayType()