xmla_store.js 405 B

123456789101112
  1. /**
  2. * DevExtreme (ui/pivot_grid/xmla_store.js)
  3. * Version: 19.1.16
  4. * Build date: Tue Oct 18 2022
  5. *
  6. * Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
  7. * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
  8. */
  9. "use strict";
  10. var _xmla_store = require("./xmla_store/xmla_store");
  11. module.exports = _xmla_store.XmlaStore;
  12. module.exports.default = module.exports;