CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.15-dev (changelog, source)
Search

Member predicate CallSignatureType::getParameter

Gets the type of the nth parameter declared in this signature.

If the nth parameter is a rest parameter ...T[], gets type T.

Type getParameter(int n)