(eventType: string, options?: EventsFnOptions)
| 7 | select<S extends DOMSource>(selector: string): S; |
| 8 | elements(): MemoryStream<Document | Element | Array<Element> | string>; |
| 9 | events(eventType: string, options?: EventsFnOptions): Stream<Event>; |
| 10 | } |
no outgoing calls
no test coverage detected