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

    Type Alias TaskDependencyWithIntercept<TInput, TOutput>

    TaskDependencyWithIntercept: TaskDependency<TInput, TOutput> & {
        getInterceptingResourceIds: () => readonly string[];
        intercept: (middleware: TaskLocalInterceptor<TInput, TOutput>) => void;
    }

    Type Parameters

    • TInput
    • TOutput