()
| 19 | unbind( target: EventTarget | EventTarget[], events: string | string[], callback?: AnyFunction ): void; |
| 20 | dispatch<T>( target: EventTarget, event: string, detail?: T ): void; |
| 21 | destroy(): void; |
| 22 | } |
| 23 | |
| 24 | /** |
no outgoing calls
no test coverage detected