CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.12 (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)