Stone.js API
    Preparing search index...

    Type Alias PipelineHook<T, R, Args>

    PipelineHook: Record<HookName, PipelineHookListener<T, R, Args>[]>

    Hook Type.

    Represents a hook that can either be synchronous or asynchronous.

    Type Parameters

    • T = unknown
    • R = T
    • Args extends any[] = any[]