Skip to content

Home > @idealeap/pipeline > PipeRegistry > get

PipeRegistry.get() method

Signature:

typescript
get(type: string): ((input: any, context: PipelineContext) => any) | undefined;
get(type: string): ((input: any, context: PipelineContext) => any) | undefined;

Parameters

ParameterTypeDescription
typestring

Returns:

((input: any, context: PipelineContext) => any) | undefined

Released under the MIT License.