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