| 128 | const testCallArgs = [class="st">'test'] |
| 129 | |
| 130 | interface MultiDispatch<A extends Action = Action> { |
| 131 | <T extends A>(action: T, extraArg?: string[]): T |
| 132 | } |
| 133 | |
| 134 | const multiArgMiddleware: Middleware< |
| 135 | MultiDispatch, |
nothing calls this directly
no outgoing calls
no test coverage detected