UNPKG

@mos-connection/connector

Version:
20 lines 989 B
"use strict"; 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