UNPKG

rxpoweredup

Version:

A Typescript RxJS-based library for controlling LEGO Powered UP hubs & peripherals.

4 lines (3 loc) 121 B
export type BluetoothDeviceWithGatt = Omit<BluetoothDevice, 'gatt'> & { readonly gatt: BluetoothRemoteGATTServer; };