UNPKG

@stomp/stompjs

Version:

STOMP client for Javascript and Typescript

16 lines 525 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Configuration options for STOMP Client, each key corresponds to * field by the same name in {@link Client}. This can be passed to * the constructor of {@link Client} or to [Client#configure]{@link Client#configure}. * * Part of `@stomp/stompjs`. */ var StompConfig = /** @class */ (function () { function StompConfig() { } return StompConfig; }()); exports.StompConfig = StompConfig; //# sourceMappingURL=stomp-config.js.map