UNPKG

@ermitsrl/bluetooth-le

Version:

Capacitor plugin for Bluetooth Low Energy

5 lines 215 B
import { registerPlugin } from '@capacitor/core'; export const BluetoothLe = registerPlugin('BluetoothLe', { web: () => import('./web').then((m) => new m.BluetoothLeWeb()), }); //# sourceMappingURL=plugin.js.map