UNPKG

@nebulae/angular-ble

Version:

A Web Bluetooth (Bluetooth Low Energy) module for angular (v2+)

7 lines (6 loc) 195 B
/// <reference types="web-bluetooth" /> export declare class BrowserWebBluetooth { _ble: any; constructor(); requestDevice(options: RequestDeviceOptions): Promise<BluetoothDevice>; }