UNPKG

lss-mqtt

Version:

LSS-MQTT framework in NodeJS implementation"

6 lines (5 loc) 79 B
export interface Config { ip: string; port: number; key: string; }