UNPKG

rxpoweredup

Version:

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

6 lines (5 loc) 229 B
import { InjectionToken } from 'tsyringe'; export interface IHubConnectionErrorsFactory { createGattConnectionError(): Error; } export declare const HUB_CONNECTION_ERRORS_FACTORY: InjectionToken<IHubConnectionErrorsFactory>;