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

Member predicate ExportDeclaration::exportsDirectlyAs

Holds if this export declaration exports variable v under the name name, not counting re-exports.

predicate exportsDirectlyAs(LexicalName v, string name)