UNPKG

rxpoweredup

Version:

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

5 lines (4 loc) 243 B
import { InjectionToken } from 'tsyringe'; import { IReplyParser } from '../../hub'; import { MessageType } from '../../constants'; export declare const PORT_INFORMATION_REPLY_PARSER: InjectionToken<IReplyParser<MessageType.portInformation>>;