UNPKG

webserial-core

Version:

A strongly-typed, event-driven, abstract TypeScript library for the Web Serial API with custom parsers, command queue, handshake validation, and auto-reconnect.

7 lines (6 loc) 243 B
/** * @file index.ts * Web Bluetooth adapter — re-exports `createBluetoothProvider` as the public API * for using the Web Bluetooth (Nordic UART Service) transport. */ export { createBluetoothProvider } from './WebBluetoothProvider.js';