Reference

StaticExportReference

Describes a static export declaration and the names it exports.

Signature

interface StaticExportReference

Members

exportAll: boolean
exportedNames: string[]
source: string
specifiers: StaticExportSpecifierReference[]