Skip to content

Home > @idealeap/pipeline > PipeOptions > postProcess

PipeOptions.postProcess property

An optional function to postprocess the result data after it's produced by the pipe.

Signature:

typescript
postProcess?: (result: R, context: PipelineContext) => MaybePromise<R>;
postProcess?: (result: R, context: PipelineContext) => MaybePromise<R>;

Released under the MIT License.