Member predicate TypeReference :: getTypeArgument
Gets the n
th type argument provided in this type, such as string
in Promise<string>
.
Type
getTypeArgument
(
int
n
)