Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
MinimalPluginContext
Interface MinimalPluginContext
interface
MinimalPluginContext
{
debug
:
LoggingFunction
;
error
:
(
(
error
)
=>
never
)
;
info
:
LoggingFunction
;
meta
:
PluginContextMeta
;
warn
:
LoggingFunction
;
}
Hierarchy (
view full
)
MinimalPluginContext
PluginContext
Index
Properties
debug
error
info
meta
warn
Properties
debug
debug
:
LoggingFunction
error
error
:
(
(
error
)
=>
never
)
Type declaration
(
error
)
:
never
Parameters
error
:
string
|
RollupError
Returns
never
info
info
:
LoggingFunction
meta
meta
:
PluginContextMeta
warn
warn
:
LoggingFunction
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
debug
error
info
meta
warn
Astro Node.js Fastify adapter - v0.0.12
Loading...