UNPKG

webbluetooth

Version:

Node.js implementation of the Web Bluetooth Specification

10 lines (9 loc) 205 B
/** * Default bluetooth instance. */ export declare const bluetooth: globalThis.Bluetooth; export type Bluetooth = typeof navigator.bluetooth; /** * Helper methods and enums */ export * from './uuid';