@bluelibs/runner - v5.5.0
    Preparing search index...

    Type Alias HookExecutionInterceptor

    HookExecutionInterceptor: (
        next: (
            hook: IHook<any, any>,
            event: IEventEmission<any>,
        ) => Promise<any>,
        hook: IHook<any, any>,
        event: IEventEmission<any>,
    ) => Promise<any>

    Interceptor for hook execution.

    Type Declaration