Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
GetterSetter
Type alias GetterSetter<This, T>
Getter
Setter
<
This
,
T
>
:
T
|
{
getter
:
(
(
this
)
=>
T
)
;
setter
?:
(
(
this
,
value
)
=>
void
)
;
}
Type Parameters
This
T
Type declaration
getter
:
(
(
this
)
=>
T
)
(
this
)
:
T
Parameters
this
:
This
Returns
T
Optional
setter
?:
(
(
this
,
value
)
=>
void
)
(
this
,
value
)
:
void
Parameters
this
:
This
value
:
T
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Astro Node.js Fastify adapter - v0.0.12
Loading...