UNPKG

rxpoweredup

Version:

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

6 lines (5 loc) 218 B
import { InjectionToken } from 'tsyringe'; export interface IHubScannerErrorFactory { createGattUnavailableError(): Error; } export declare const HUB_SCANNER_ERROR_FACTORY: InjectionToken<IHubScannerErrorFactory>;