KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
TSModuleDeclaration
Interface TSModuleDeclaration
interface
TSModuleDeclaration
{
body
:
TSModuleBlock
|
null
;
declare
:
boolean
;
end
:
number
;
global
:
false
;
id
:
StringLiteral
|
BindingIdentifier
|
TSQualifiedName
;
kind
:
TSModuleDeclarationKind
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
start
:
number
;
type
:
"TSModuleDeclaration"
;
}
Hierarchy (
View Summary
)
Span
TSModuleDeclaration
Index
Properties
body
declare
end
global
id
kind
parent?
range?
start
type
Properties
body
body
:
TSModuleBlock
|
null
declare
declare
:
boolean
end
end
:
number
global
global
:
false
id
id
:
StringLiteral
|
BindingIdentifier
|
TSQualifiedName
kind
kind
:
TSModuleDeclarationKind
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
start
start
:
number
type
type
:
"TSModuleDeclaration"
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
body
declare
end
global
id
kind
parent
range
start
type
Github
KC's Workspace
Loading...