Outlook_Addin_LLM/node_modules/@fluentui/date-time-utilities/lib-amd/index.js

12 lines
798 B
JavaScript

define(["require", "exports", "tslib", "./dateMath/dateMath", "./dateValues/dateValues", "./dateValues/timeConstants", "./dateFormatting/index", "./dateGrid/index", "./timeMath/timeMath", "./timeFormatting/index", "./version"], function (require, exports, tslib_1, dateMath_1, dateValues_1, timeConstants_1, index_1, index_2, timeMath_1, index_3) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
tslib_1.__exportStar(dateMath_1, exports);
tslib_1.__exportStar(dateValues_1, exports);
tslib_1.__exportStar(timeConstants_1, exports);
tslib_1.__exportStar(index_1, exports);
tslib_1.__exportStar(index_2, exports);
tslib_1.__exportStar(timeMath_1, exports);
tslib_1.__exportStar(index_3, exports);
});
//# sourceMappingURL=index.js.map