| 4405 | * to the pattern variables. |
| 4406 | */ |
| 4407 | export class OptionalMatchStep<const TSteps extends readonly Step<any>[]> extends ContainerStep< |
| 4408 | TSteps, |
| 4409 | OptionalMatchStepConfig |
| 4410 | > { |
nothing calls this directly
no outgoing calls
no test coverage detected