UNPKG

@provide/nats.ws

Version:
9 lines 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Payload; (function (Payload) { Payload["STRING"] = "string"; Payload["JSON"] = "json"; Payload["BINARY"] = "binary"; })(Payload = exports.Payload || (exports.Payload = {})); //# sourceMappingURL=types.js.map