Stone.js API
    Preparing search index...

    Type Alias MixedPipe<T, R, Args>

    MixedPipe: PipeType<T, R, Args> | MetaPipe<T, R, Args>

    A mixed type that can be either a simple Pipe or a MetaPipe configuration.

    Type Parameters

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