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

Member predicate CallSignatureType::isRequiredParameter

Holds if the nth parameter is required, that is, it is not marked as optional with the ? suffix.

predicate isRequiredParameter(int n)