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

Member predicate ExternalModuleDeclaration::getName

Gets the module name, such as fs in:

declare module "fs" {...}
string getName()