We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47483ec commit a0f4b98Copy full SHA for a0f4b98
lib/index.ts
@@ -19,7 +19,7 @@ import {
19
SerialErrorEvent,
20
SerialResetEvent,
21
} from "./device.js";
22
-import { TrackingEventTarget } from "./events.js";
+import { TypedEventTarget } from "./events.js";
23
import { createUniversalHexFlashDataSource } from "./hex-flash-data-source.js";
24
import { ServiceConnectionEventMap } from "./service-events.js";
25
import { MicrobitRadioBridgeConnection } from "./usb-radio-bridge.js";
@@ -43,7 +43,7 @@ export {
43
44
45
ServiceConnectionEventMap,
46
- TrackingEventTarget,
+ TypedEventTarget,
47
};
48
49
export type {
0 commit comments