(sink: EventSink)
| 207 | } |
| 208 | |
| 209 | export function attachSink(sink: EventSink): void { |
| 210 | defaultClient.attachSink(sink); |
| 211 | } |
| 212 | |
| 213 | export function disable(): void { |
| 214 | defaultClient.disable(); |
nothing calls this directly
no test coverage detected