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[][]
.
Gets the type behind the type alias.
For example, for type B<T> = T[][]
, this maps the type B<number>
to number[][]
.