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