utility-pickle - v0.1.0
    Preparing search index...

    Type Alias PipeFunc<Input, Output>

    PipeFunc: (input: Input) => Output

    Defines a function of a pipe.

    Type Parameters

    • Input = unknown
    • Output = unknown

    Type declaration