KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
PluginHookUtils
Interface PluginHookUtils
interface
PluginHookUtils
{
getSortedPluginHooks
:
<
K$1
extends
keyof
Plugin
<
any
>
>
(
hookName
:
K$1
,
)
=>
NonNullable
<
HookHandler
<
Plugin
<
any
>
[
K$1
]
>
>
[]
;
getSortedPlugins
:
<
K$1
extends
keyof
Plugin
<
any
>
>
(
hookName
:
K$1
,
)
=>
PluginWithRequiredHook
<
K$1
>
[]
;
}
Index
Properties
get
Sorted
Plugin
Hooks
get
Sorted
Plugins
Properties
get
Sorted
Plugin
Hooks
getSortedPluginHooks
:
<
K$1
extends
keyof
Plugin
<
any
>
>
(
hookName
:
K$1
,
)
=>
NonNullable
<
HookHandler
<
Plugin
<
any
>
[
K$1
]
>
>
[]
get
Sorted
Plugins
getSortedPlugins
:
<
K$1
extends
keyof
Plugin
<
any
>
>
(
hookName
:
K$1
,
)
=>
PluginWithRequiredHook
<
K$1
>
[]
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
get
Sorted
Plugin
Hooks
get
Sorted
Plugins
Github
KC's Workspace
Loading...