/**
 * @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';
