Reference
StaticExportReference
Describes a static export declaration and the names it exports.
Signature
interface StaticExportReferenceMembers
exportAll: booleanexportedNames: string[]source: stringspecifiers: StaticExportSpecifierReference[]Reference
Describes a static export declaration and the names it exports.
interface StaticExportReferenceexportAll: booleanexportedNames: string[]source: stringspecifiers: StaticExportSpecifierReference[]