UNPKG

@capacitor-community/bluetooth-le

Version:
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