Skip to content

Type Alias: HookFilterExtension<K>

  • Type: HookFilterExtension<K> = K extends "transform" ? object : K extends "load" ? object : K extends "resolveId" ? object : K extends "renderChunk" ? object : object
Defined in: plugin/index.ts:271

Type Parameters

K

K extends keyof FunctionPluginHooks

Released under the MIT License.