KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
TSImportEqualsDeclaration
Interface TSImportEqualsDeclaration
interface
TSImportEqualsDeclaration
{
end
:
number
;
id
:
BindingIdentifier
;
importKind
:
ImportOrExportKind
;
moduleReference
:
TSModuleReference
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
start
:
number
;
type
:
"TSImportEqualsDeclaration"
;
}
Hierarchy (
View Summary
)
Span
TSImportEqualsDeclaration
Index
Properties
end
id
import
Kind
module
Reference
parent?
range?
start
type
Properties
end
end
:
number
id
id
:
BindingIdentifier
import
Kind
importKind
:
ImportOrExportKind
module
Reference
moduleReference
:
TSModuleReference
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
start
start
:
number
type
type
:
"TSImportEqualsDeclaration"
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
end
id
import
Kind
module
Reference
parent
range
start
type
Github
KC's Workspace
Loading...