UNPKG

@hprose/rpc-plugin-push

Version:
28 lines 1.26 kB
"use strict"; /*--------------------------------------------------------*\ | | | hprose | | | | Official WebSite: https://hprose.com | | | | Message.ts | | | | Message for TypeScript. | | | | LastModified: Jan 23, 2019 | | Author: Ma Bingyao <andot@hprose.com> | | | \*________________________________________________________*/ Object.defineProperty(exports, "__esModule", { value: true }); exports.Message = void 0; var io_1 = require("@hprose/io"); var Message = /** @class */ (function () { function Message(data, from) { this.data = data; this.from = from; } return Message; }()); exports.Message = Message; io_1.TypeManager.register(Message, '@'); //# sourceMappingURL=Message.js.map