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

Member predicate ExternalModuleDeclaration :: getName

Gets the module name, such as fs in:

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