UNPKG

devextreme

Version:

JavaScript/TypeScript Component Suite for Responsive Web Development

28 lines (27 loc) 759 B
/** * DevExtreme (cjs/__internal/core/state_manager/index.js) * Version: 25.2.7 * Build date: Tue May 05 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _index = require("./prod/index"); Object.keys(_index).forEach(function(key) { if ("default" === key || "__esModule" === key) { return } if (key in exports && exports[key] === _index[key]) { return } Object.defineProperty(exports, key, { enumerable: true, get: function() { return _index[key] } }) });