UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

25 lines (24 loc) 716 B
/** * DevExtreme (cjs/localization/ldml/date.format.js) * Version: 24.2.6 * Build date: Mon Mar 17 2025 * * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ "use strict"; var _date = require("../../common/core/localization/ldml/date.format"); Object.keys(_date).forEach((function(key) { if ("default" === key || "__esModule" === key) { return } if (key in exports && exports[key] === _date[key]) { return } Object.defineProperty(exports, key, { enumerable: true, get: function() { return _date[key] } }) }));