KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
ExportSpecifier
Interface ExportSpecifier
interface
ExportSpecifier
{
end
:
number
;
exported
:
ModuleExportName
;
exportKind
?:
ImportOrExportKind
;
local
:
ModuleExportName
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
start
:
number
;
type
:
"ExportSpecifier"
;
}
Hierarchy (
View Summary
)
Span
ExportSpecifier
Index
Properties
end
exported
export
Kind?
local
parent?
range?
start
type
Properties
end
end
:
number
exported
exported
:
ModuleExportName
Optional
export
Kind
exportKind
?:
ImportOrExportKind
local
local
:
ModuleExportName
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
start
start
:
number
type
type
:
"ExportSpecifier"
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
end
exported
export
Kind
local
parent
range
start
type
Github
KC's Workspace
Loading...