Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
PluginHookUtils
Interface PluginHookUtils
interface
PluginHookUtils
{
getSortedPluginHooks
:
(
<
K
>
(
hookName
)
=>
NonNullable
<
HookHandler
<
Plugin
<
any
>
[
K
]
>
>
[]
)
;
getSortedPlugins
:
(
<
K
>
(
hookName
)
=>
PluginWithRequiredHook
<
K
>
[]
)
;
}
Index
Properties
get
Sorted
Plugin
Hooks
get
Sorted
Plugins
Properties
get
Sorted
Plugin
Hooks
get
Sorted
Plugin
Hooks
:
(
<
K
>
(
hookName
)
=>
NonNullable
<
HookHandler
<
Plugin
<
any
>
[
K
]
>
>
[]
)
Type declaration
<
K
>
(
hookName
)
:
NonNullable
<
HookHandler
<
Plugin
<
any
>
[
K
]
>
>
[]
Type Parameters
K
extends
keyof
Plugin
<
any
>
Parameters
hookName
:
K
Returns
NonNullable
<
HookHandler
<
Plugin
<
any
>
[
K
]
>
>
[]
get
Sorted
Plugins
get
Sorted
Plugins
:
(
<
K
>
(
hookName
)
=>
PluginWithRequiredHook
<
K
>
[]
)
Type declaration
<
K
>
(
hookName
)
:
PluginWithRequiredHook
<
K
>
[]
Type Parameters
K
extends
keyof
Plugin
<
any
>
Parameters
hookName
:
K
Returns
PluginWithRequiredHook
<
K
>
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
get
Sorted
Plugin
Hooks
get
Sorted
Plugins
Astro Node.js Fastify adapter - v0.0.12
Loading...