Skip to content

Home > @idealeap/pipeline > Pipeline > (constructor)

Pipeline.(constructor)

Constructs a new Pipeline instance.

Signature:

typescript
constructor(pipes: Pipe<any, any>[], options?: PipelineOptions);
constructor(pipes: Pipe<any, any>[], options?: PipelineOptions);

Parameters

ParameterTypeDescription
pipesPipe<any, any>[]An array of pipes to be executed by the pipeline.
optionsPipelineOptions(Optional) Optional settings for the pipeline's behavior.

Released under the MIT License.