UNPKG

yimultiscreenserver-sdk-web

Version:

YiMultiScreenServer SDK for Web

6 lines 241 B
import { MsgType } from '../core/mqtt/message/MsgType'; export declare class Utils { static isHasContent(str: string | null | undefined): boolean; static getTopicPrefix(msgType: MsgType): string; } //# sourceMappingURL=Utils.d.ts.map