| 5 | } |
| 6 | |
| 7 | interface Document { |
| 8 | attachEvent(event: string, listener: EventListener): boolean; |
| 9 | detachEvent(event: string, listener: EventListener): void; |
| 10 | [index: string]: EventListener | null; |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected