Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
ArrowFunctionExpression
Interface ArrowFunctionExpression
interface
ArrowFunctionExpression
{
async
:
boolean
;
body
:
BlockStatement
|
Expression
;
end
?:
null
|
number
;
expression
:
boolean
;
extra
?:
Record
<
string
,
unknown
>
;
generator
?:
boolean
;
innerComments
?:
null
|
Comment
[]
;
leadingComments
?:
null
|
Comment
[]
;
loc
?:
null
|
SourceLocation
;
params
:
(
Identifier
|
RestElement
|
Pattern
)
[]
;
predicate
?:
null
|
DeclaredPredicate
|
InferredPredicate
;
range
?:
[
number
,
number
]
;
returnType
?:
null
|
Noop
|
TSTypeAnnotation
|
TypeAnnotation
;
start
?:
null
|
number
;
trailingComments
?:
null
|
Comment
[]
;
type
:
"ArrowFunctionExpression"
;
typeParameters
?:
null
|
Noop
|
TSTypeParameterDeclaration
|
TypeParameterDeclaration
;
}
Hierarchy (
view full
)
BaseNode
ArrowFunctionExpression
Index
Properties
async
body
end?
expression
extra?
generator?
inner
Comments?
leading
Comments?
loc?
params
predicate?
range?
return
Type?
start?
trailing
Comments?
type
type
Parameters?
Properties
async
async
:
boolean
body
body
:
BlockStatement
|
Expression
Optional
end
end
?:
null
|
number
expression
expression
:
boolean
Optional
extra
extra
?:
Record
<
string
,
unknown
>
Optional
generator
generator
?:
boolean
Optional
inner
Comments
inner
Comments
?:
null
|
Comment
[]
Optional
leading
Comments
leading
Comments
?:
null
|
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
params
params
:
(
Identifier
|
RestElement
|
Pattern
)
[]
Optional
predicate
predicate
?:
null
|
DeclaredPredicate
|
InferredPredicate
Optional
range
range
?:
[
number
,
number
]
Optional
return
Type
return
Type
?:
null
|
Noop
|
TSTypeAnnotation
|
TypeAnnotation
Optional
start
start
?:
null
|
number
Optional
trailing
Comments
trailing
Comments
?:
null
|
Comment
[]
type
type
:
"ArrowFunctionExpression"
Optional
type
Parameters
type
Parameters
?:
null
|
Noop
|
TSTypeParameterDeclaration
|
TypeParameterDeclaration
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
async
body
end
expression
extra
generator
inner
Comments
leading
Comments
loc
params
predicate
range
return
Type
start
trailing
Comments
type
type
Parameters
Astro Node.js Fastify adapter - v0.0.12
Loading...