Member predicate JSDocAppliedTypeExpr :: getArgument
Gets the i
th argument type of the applied type expression.
For example, in Array<string>
, string
is the 0th argument type.
JSDocTypeExpr
getArgument
(
int
i
)