| 4327 | export interface IntersectStepConfig extends StepConfig {} |
| 4328 | |
| 4329 | export class IntersectStep<const TSteps extends readonly Step<any>[]> extends ContainerStep< |
| 4330 | TSteps, |
| 4331 | IntersectStepConfig |
| 4332 | > { |
nothing calls this directly
no outgoing calls
no test coverage detected