UNPKG

lightningdevkit

Version:
7 lines (6 loc) 205 B
import { CommonBase } from './CommonBase.mjs'; /** * The main server-side object allowing to send and receive bLIP-50 / LSPS0 messages. */ export declare class LSPS0ServiceHandler extends CommonBase { }