Skip to content

Commit

Permalink
Export new types
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-robert committed Dec 23, 2024
1 parent acdb44f commit 6aad4d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import {
} from "./device.js";
import { TypedEventTarget } from "./events.js";
import { createUniversalHexFlashDataSource } from "./hex-flash-data-source.js";
import { MagnetometerData, MagnetometerDataEvent } from "./magnetometer.js";
import { ServiceConnectionEventMap } from "./service-events.js";
import { MicrobitRadioBridgeConnection } from "./usb-radio-bridge.js";
import { MicrobitWebUSBConnection } from "./usb.js";
Expand Down Expand Up @@ -56,4 +57,6 @@ export type {
DeviceConnection,
DeviceErrorCode,
FlashDataSource,
MagnetometerData,
MagnetometerDataEvent,
};

0 comments on commit 6aad4d3

Please sign in to comment.