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

Member predicate JSDocAppliedTypeExpr :: getArgument

Gets the ith argument type of the applied type expression.

For example, in Array<string>, string is the 0th argument type.

JSDocTypeExpr getArgument ( int i )