Anonymous View
Report Abuse
Share Tor Link
Announcing Vite+ Alpha: Open source. Unified. Next-gen.
Skip to content
Main Navigation
Guide
Reference
Plugins
API
REPL
Resources
Team
Contribute
Roadmap
Search
⌘
Ctrl
K
Appearance
Menu
Return to top
On this page
Are you an LLM? You can read better optimized documentation at /reference/TypeAlias.GeneralHookFilter.md for this page in Markdown format
Type Alias: GeneralHookFilter<Value>
Type
:
MaybeArray
<
Value
> | {
exclude?
:
MaybeArray
<
Value
>;
include?
:
MaybeArray
<
Value
>; }
Defined in:
packages/rolldown/src/plugin/hook-filter.ts:6
Type Parameters
Value
Value
=
StringOrRegExp