| 5439 | * with the element bound to the iteration variable. |
| 5440 | */ |
| 5441 | export class ForeachStep<const TSteps extends readonly Step<any>[]> extends ContainerStep< |
| 5442 | TSteps, |
| 5443 | ForeachStepConfig |
| 5444 | > { |
nothing calls this directly
no outgoing calls
no test coverage detected