KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
ExportNamedDeclaration
Interface ExportNamedDeclaration
interface
ExportNamedDeclaration
{
attributes
:
ImportAttribute
[]
;
declaration
?:
Declaration
|
null
;
leadingComments
?:
Comment
[]
;
loc
?:
SourceLocation
|
null
;
range
?:
[
number
,
number
]
;
source
?:
Literal
|
null
;
specifiers
:
ExportSpecifier
[]
;
trailingComments
?:
Comment
[]
;
type
:
"ExportNamedDeclaration"
;
}
Hierarchy (
View Summary
)
BaseModuleDeclaration
ExportNamedDeclaration
Index
Properties
attributes
declaration?
leading
Comments?
loc?
range?
source?
specifiers
trailing
Comments?
type
Properties
attributes
attributes
:
ImportAttribute
[]
Optional
declaration
declaration
?:
Declaration
|
null
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
SourceLocation
|
null
Optional
range
range
?:
[
number
,
number
]
Optional
source
source
?:
Literal
|
null
specifiers
specifiers
:
ExportSpecifier
[]
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"ExportNamedDeclaration"
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
attributes
declaration
leading
Comments
loc
range
source
specifiers
trailing
Comments
type
Github
KC's Workspace
Loading...