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