UNPKG

react-native-ble-nitro

Version:

High-performance React Native BLE library built on Nitro Modules

10 lines 419 B
import { BleNitroManager } from "./manager"; export declare class BleNitro extends BleNitroManager { /** * Get a singleton instance of BleNitro, will create one if it does not exist. * Singleton implementation does not allow to use state restoration on iOS! * @returns {BleNitroManager} An instance of BleNitro */ static instance(): BleNitroManager; } //# sourceMappingURL=singleton.d.ts.map