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

Member predicate TypeAliasReference::getAliasedType

Gets the type behind the type alias.

For example, for type B<T> = T[][], this maps the type B<number> to number[][].

Type getAliasedType()