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
Parameter | Type | Description |
---|---|---|
type | string |
Returns:
((input: any, context: PipelineContext) => any) | undefined