Stone.js API
    Preparing search index...

    Type Alias FactoryPipe<T, R, Args>

    FactoryPipe: (...args: Args) => FunctionalPipe<T, R>

    A factory function type that represents a pipe.

    Type Parameters

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

    Type Declaration