Stone.js API
    Preparing search index...

    Type Alias FunctionalPipe<T, R>

    FunctionalPipe: (
        passable: T,
        next: PipeExecutor<T, R>,
        ...params: any[],
    ) => Promiseable<R>

    A function type that represents a pipe.

    Type Parameters

    • T = unknown
    • R = T

    Type Declaration