NamedExportSpecifierinterface NamedExportSpecifier extends Node, HasSpan {exported?: ModuleExportName;isTypeOnly: boolean;orig: ModuleExportName;type: "ExportSpecifier";}§Extends§Node[src]§HasSpan[src]§Properties§exported?: ModuleExportName[src]Some(bar) in export { foo as bar } §isTypeOnly: boolean[src]§orig: ModuleExportName[src]§type: "ExportSpecifier"[src]