Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
ExportNamedDeclaration
Interface ExportNamedDeclaration
interface
ExportNamedDeclaration
{
assertions
?:
null
|
ImportAttribute
[]
;
attributes
?:
null
|
ImportAttribute
[]
;
declaration
?:
null
|
Declaration
;
end
?:
null
|
number
;
exportKind
?:
null
|
"value"
|
"type"
;
extra
?:
Record
<
string
,
unknown
>
;
innerComments
?:
null
|
Comment
[]
;
leadingComments
?:
null
|
Comment
[]
;
loc
?:
null
|
SourceLocation
;
range
?:
[
number
,
number
]
;
source
?:
null
|
StringLiteral
;
specifiers
:
(
ExportDefaultSpecifier
|
ExportNamespaceSpecifier
|
ExportSpecifier
)
[]
;
start
?:
null
|
number
;
trailingComments
?:
null
|
Comment
[]
;
type
:
"ExportNamedDeclaration"
;
}
Hierarchy (
view full
)
BaseNode
ExportNamedDeclaration
Index
Properties
assertions?
attributes?
declaration?
end?
export
Kind?
extra?
inner
Comments?
leading
Comments?
loc?
range?
source?
specifiers
start?
trailing
Comments?
type
Properties
Optional
assertions
assertions
?:
null
|
ImportAttribute
[]
Optional
attributes
attributes
?:
null
|
ImportAttribute
[]
Optional
declaration
declaration
?:
null
|
Declaration
Optional
end
end
?:
null
|
number
Optional
export
Kind
export
Kind
?:
null
|
"value"
|
"type"
Optional
extra
extra
?:
Record
<
string
,
unknown
>
Optional
inner
Comments
inner
Comments
?:
null
|
Comment
[]
Optional
leading
Comments
leading
Comments
?:
null
|
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
Optional
range
range
?:
[
number
,
number
]
Optional
source
source
?:
null
|
StringLiteral
specifiers
specifiers
:
(
ExportDefaultSpecifier
|
ExportNamespaceSpecifier
|
ExportSpecifier
)
[]
Optional
start
start
?:
null
|
number
Optional
trailing
Comments
trailing
Comments
?:
null
|
Comment
[]
type
type
:
"ExportNamedDeclaration"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
assertions
attributes
declaration
end
export
Kind
extra
inner
Comments
leading
Comments
loc
range
source
specifiers
start
trailing
Comments
type
Astro Node.js Fastify adapter - v0.0.12
Loading...