Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
ObjectMethod
Interface ObjectMethod
interface
ObjectMethod
{
async
:
boolean
;
body
:
BlockStatement
;
computed
:
boolean
;
decorators
?:
null
|
Decorator
[]
;
end
?:
null
|
number
;
extra
?:
Record
<
string
,
unknown
>
;
generator
:
boolean
;
innerComments
?:
null
|
Comment
[]
;
key
:
Expression
;
kind
:
"get"
|
"method"
|
"set"
;
leadingComments
?:
null
|
Comment
[]
;
loc
?:
null
|
SourceLocation
;
params
:
(
Identifier
|
RestElement
|
Pattern
)
[]
;
range
?:
[
number
,
number
]
;
returnType
?:
null
|
Noop
|
TSTypeAnnotation
|
TypeAnnotation
;
start
?:
null
|
number
;
trailingComments
?:
null
|
Comment
[]
;
type
:
"ObjectMethod"
;
typeParameters
?:
null
|
Noop
|
TSTypeParameterDeclaration
|
TypeParameterDeclaration
;
}
Hierarchy (
view full
)
BaseNode
ObjectMethod
Index
Properties
async
body
computed
decorators?
end?
extra?
generator
inner
Comments?
key
kind
leading
Comments?
loc?
params
range?
return
Type?
start?
trailing
Comments?
type
type
Parameters?
Properties
async
async
:
boolean
body
body
:
BlockStatement
computed
computed
:
boolean
Optional
decorators
decorators
?:
null
|
Decorator
[]
Optional
end
end
?:
null
|
number
Optional
extra
extra
?:
Record
<
string
,
unknown
>
generator
generator
:
boolean
Optional
inner
Comments
inner
Comments
?:
null
|
Comment
[]
key
key
:
Expression
kind
kind
:
"get"
|
"method"
|
"set"
Optional
leading
Comments
leading
Comments
?:
null
|
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
params
params
:
(
Identifier
|
RestElement
|
Pattern
)
[]
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
:
"ObjectMethod"
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
computed
decorators
end
extra
generator
inner
Comments
key
kind
leading
Comments
loc
params
range
return
Type
start
trailing
Comments
type
type
Parameters
Astro Node.js Fastify adapter - v0.0.12
Loading...