Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-print
_internal/shared
<internal>
ExportAllDeclaration
Interface ExportAllDeclaration
interface
ExportAllDeclaration
{
exported
:
null
|
Identifier
|
Literal
;
leadingComments
?:
Comment
[]
;
loc
?:
null
|
SourceLocation
;
range
?:
[
number
,
number
]
;
source
:
Literal
;
trailingComments
?:
Comment
[]
;
type
:
"ExportAllDeclaration"
;
}
Hierarchy (
View Summary
)
BaseModuleDeclaration
ExportAllDeclaration
Index
Properties
exported
leading
Comments?
loc?
range?
source
trailing
Comments?
type
Properties
exported
exported
:
null
|
Identifier
|
Literal
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
Optional
range
range
?:
[
number
,
number
]
source
source
:
Literal
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"ExportAllDeclaration"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exported
leading
Comments
loc
range
source
trailing
Comments
type
Documentation
Loading...