KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
ImportDeclaration
Interface ImportDeclaration
interface
ImportDeclaration
{
attributes
:
ImportAttribute
[]
;
end
:
number
;
importKind
?:
ImportOrExportKind
;
parent
?:
Node
;
phase
:
ImportPhase
|
null
;
range
?:
[
number
,
number
]
;
source
:
StringLiteral
;
specifiers
:
ImportDeclarationSpecifier
[]
;
start
:
number
;
type
:
"ImportDeclaration"
;
}
Hierarchy (
View Summary
)
Span
ImportDeclaration
Index
Properties
attributes
end
import
Kind?
parent?
phase
range?
source
specifiers
start
type
Properties
attributes
attributes
:
ImportAttribute
[]
end
end
:
number
Optional
import
Kind
importKind
?:
ImportOrExportKind
Optional
parent
parent
?:
Node
phase
phase
:
ImportPhase
|
null
Optional
range
range
?:
[
number
,
number
]
source
source
:
StringLiteral
specifiers
specifiers
:
ImportDeclarationSpecifier
[]
start
start
:
number
type
type
:
"ImportDeclaration"
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
attributes
end
import
Kind
parent
phase
range
source
specifiers
start
type
Github
KC's Workspace
Loading...