| 8 | * the callback as an arrow function. |
| 9 | */ |
| 10 | export class Event<T> { |
| 11 | /** |
| 12 | * Add a callback to this event instance. |
| 13 | * @param handler - the callback to be added to this event. |
nothing calls this directly
no outgoing calls
no test coverage detected