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

Member predicate Type::getLastSignature

Gets the last signature of the given kind.

When a signature is overloaded, the last signature is the most general version, covering all cases but with less precision than the overloads.

CallSignatureType getLastSignature(SignatureKind kind)