UNPKG

rxpoweredup

Version:

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

5 lines (4 loc) 244 B
import { InjectionToken } from 'tsyringe'; import { MessageType } from '../constants'; import { IReplyParser } from './i-reply-parser'; export declare const GENERIC_ERRORS_REPLIES_PARSER: InjectionToken<IReplyParser<MessageType.genericError>>;