UNPKG

webbluetooth

Version:

Node.js implementation of the Web Bluetooth Specification

14 lines (13 loc) 383 B
import { BluetoothImpl, BluetoothOptions, getAdapters } from './bluetooth'; /** * Default bluetooth instance synonymous with `navigator.bluetooth` */ export declare const bluetooth: BluetoothImpl; /** * Bluetooth class for creating new instances */ export { BluetoothImpl as Bluetooth, BluetoothOptions, getAdapters }; /** * Helper methods and enums */ export * from './uuid';