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

Member predicate ExternalModuleDeclaration :: getNameLiteral

Gets the string literal denoting the module name, such as "fs" in:

declare module "fs" {...}
StringLiteral getNameLiteral ( )