Files
web/packages/transport-web-bluetooth/mod.ts
Austin d2cb51d489 Execute oxfmt (#1166)
Ran
pnpm oxfmt .

This should get the web repo aligned so that we can better enforce oxfmt going forward.
2026-06-16 20:30:08 -04:00

5 lines
88 B
TypeScript

export {
BluetoothConnectError,
TransportWebBluetooth,
} from "./src/transport.ts";