UNPKG

webbluetooth

Version:

Node.js implementation of the Web Bluetooth Specification

7 lines (6 loc) 259 B
export declare const BluetoothUUID: { getService: (name: string | number) => string; getCharacteristic: (name: string | number) => string; getDescriptor: (name: string | number) => string; canonicalUUID: (alias: string | number) => string; };