* Get direct access to the event emitter.
()
| 531 | * Get direct access to the event emitter. |
| 532 | */ |
| 533 | getEmitter(): TypedEventEmitter { |
| 534 | return this.emitter |
| 535 | } |
| 536 | } |
| 537 | |
| 538 | // ============================================================================= |
no outgoing calls
no test coverage detected