Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
TSDeclareFunction
Interface TSDeclareFunction
interface
TSDeclareFunction
{
async
?:
boolean
;
declare
?:
null
|
boolean
;
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
)
[]
;
range
?:
[
number
,
number
]
;
returnType
?:
null
|
Noop
|
TSTypeAnnotation
;
start
?:
null
|
number
;
trailingComments
?:
null
|
Comment
[]
;
type
:
"TSDeclareFunction"
;
typeParameters
?:
null
|
Noop
|
TSTypeParameterDeclaration
;
}
Hierarchy (
view full
)
BaseNode
TSDeclareFunction
Index
Properties
async?
declare?
end?
extra?
generator?
id?
inner
Comments?
leading
Comments?
loc?
params
range?
return
Type?
start?
trailing
Comments?
type
type
Parameters?
Properties
Optional
async
async
?:
boolean
Optional
declare
declare
?:
null
|
boolean
Optional
end
end
?:
null
|
number
Optional
extra
extra
?:
Record
<
string
,
unknown
>
Optional
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
range
range
?:
[
number
,
number
]
Optional
return
Type
return
Type
?:
null
|
Noop
|
TSTypeAnnotation
Optional
start
start
?:
null
|
number
Optional
trailing
Comments
trailing
Comments
?:
null
|
Comment
[]
type
type
:
"TSDeclareFunction"
Optional
type
Parameters
type
Parameters
?:
null
|
Noop
|
TSTypeParameterDeclaration
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
async
declare
end
extra
generator
id
inner
Comments
leading
Comments
loc
params
range
return
Type
start
trailing
Comments
type
type
Parameters
Astro Node.js Fastify adapter - v0.0.12
Loading...