KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
VariableDeclaration
Interface VariableDeclaration
interface
VariableDeclaration
{
declarations
:
VariableDeclarator
[]
;
declare
?:
boolean
;
end
:
number
;
kind
:
VariableDeclarationKind
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
start
:
number
;
type
:
"VariableDeclaration"
;
}
Hierarchy (
View Summary
)
Span
VariableDeclaration
Index
Properties
declarations
declare?
end
kind
parent?
range?
start
type
Properties
declarations
declarations
:
VariableDeclarator
[]
Optional
declare
declare
?:
boolean
end
end
:
number
kind
kind
:
VariableDeclarationKind
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
start
start
:
number
type
type
:
"VariableDeclaration"
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
declarations
declare
end
kind
parent
range
start
type
Github
KC's Workspace
Loading...