UNPKG

jspurefix

Version:
10 lines 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class MsgPayload { constructor(msgType, obj) { this.msgType = msgType; this.obj = obj; } } exports.MsgPayload = MsgPayload; //# sourceMappingURL=msg-payload.js.map