()
| 25 | } |
| 26 | |
| 27 | get dispatch() { |
| 28 | if (! this._dispatch) { |
| 29 | throw new Error('Middleware not property initialized with dispatch function') |
| 30 | } |
| 31 | return this._dispatch |
| 32 | } |
| 33 | |
| 34 | get eventListeners() { |
| 35 | return {} |
no outgoing calls
no test coverage detected