Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
BaseForXStatement
Interface BaseForXStatement
interface
BaseForXStatement
{
body
:
Statement
;
leadingComments
?:
Comment
[]
;
left
:
Pattern
|
VariableDeclaration
;
loc
?:
null
|
SourceLocation
;
range
?:
[
number
,
number
]
;
right
:
Expression
;
trailingComments
?:
Comment
[]
;
type
:
string
;
}
Hierarchy (
view full
)
BaseStatement
BaseForXStatement
ForInStatement
ForOfStatement
Index
Properties
body
leading
Comments?
left
loc?
range?
right
trailing
Comments?
type
Properties
body
body
:
Statement
Optional
leading
Comments
leading
Comments
?:
Comment
[]
left
left
:
Pattern
|
VariableDeclaration
Optional
loc
loc
?:
null
|
SourceLocation
Optional
range
range
?:
[
number
,
number
]
right
right
:
Expression
Optional
trailing
Comments
trailing
Comments
?:
Comment
[]
type
type
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
body
leading
Comments
left
loc
range
right
trailing
Comments
type
Astro Node.js Fastify adapter - v0.0.12
Loading...