@mos-connection/connector
Version:
MOS compliant TCP/IP Socket connection.
20 lines • 989 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Utils = exports.MosDevice = exports.ConnectionConfig = void 0;
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./MosConnection"), exports);
tslib_1.__exportStar(require("./api"), exports);
tslib_1.__exportStar(require("@mos-connection/helper"), exports);
var connectionConfig_1 = require("./config/connectionConfig");
Object.defineProperty(exports, "ConnectionConfig", { enumerable: true, get: function () { return connectionConfig_1.ConnectionConfig; } });
var MosDevice_1 = require("./MosDevice");
Object.defineProperty(exports, "MosDevice", { enumerable: true, get: function () { return MosDevice_1.MosDevice; } });
// Backwards compatibility
const helper_1 = require("@mos-connection/helper");
exports.Utils = {
pad: helper_1.pad,
xml2js: helper_1.xml2js,
addTextElement: helper_1.addTextElement,
xmlToObject: helper_1.xmlToObject,
};
//# sourceMappingURL=index.js.map