KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
Program
Interface Program
interface
Program
{
body
:
(
Directive
|
Statement
)
[]
;
end
:
number
;
hashbang
:
Hashbang
|
null
;
parent
?:
null
;
range
?:
[
number
,
number
]
;
sourceType
:
ModuleKind
;
start
:
number
;
type
:
"Program"
;
}
Hierarchy (
View Summary
)
Span
Program
Index
Properties
body
end
hashbang
parent?
range?
source
Type
start
type
Properties
body
body
:
(
Directive
|
Statement
)
[]
end
end
:
number
hashbang
hashbang
:
Hashbang
|
null
Optional
parent
parent
?:
null
Optional
range
range
?:
[
number
,
number
]
source
Type
sourceType
:
ModuleKind
start
start
:
number
type
type
:
"Program"
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
body
end
hashbang
parent
range
source
Type
start
type
Github
KC's Workspace
Loading...