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

Member predicate ExternalModuleDeclaration::getName

Gets the module name, such as fs in:

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