MCPcopy
hub / github.com/webpack/tapable / HookMapInterceptor

Interface HookMapInterceptor

tapable.d.ts:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144type HookFactory<H, K = any> = (key: K) => H;
145
146interface HookMapInterceptor<H, K = any> {
147 factory?: (key: K, hook: H) => H;
148}
149
150export class HookMap<H> {
151 constructor(factory: HookFactory<H>, name?: string);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…