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