Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
FunctionExpression
Interface FunctionExpression
interface
FunctionExpression
{
async
:
boolean
;
body
:
BlockStatement
;
end
?:
null
|
number
;
extra
?:
Record
<
string
,
unknown
>
;
generator
:
boolean
;
id
?:
null
|
Identifier
;
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
:
"FunctionExpression"
;
typeParameters
?:
null
|
Noop
|
TSTypeParameterDeclaration
|
TypeParameterDeclaration
;
}
Hierarchy (
view full
)
BaseNode
FunctionExpression
Index
Properties
async
body
end?
extra?
generator
id?
inner
Comments?
leading
Comments?
loc?
params
predicate?
range?
return
Type?
start?
trailing
Comments?
type
type
Parameters?
Properties
async
async
:
boolean
body
body
:
BlockStatement
Optional
end
end
?:
null
|
number
Optional
extra
extra
?:
Record
<
string
,
unknown
>
generator
generator
:
boolean
Optional
id
id
?:
null
|
Identifier
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
:
"FunctionExpression"
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
extra
generator
id
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...