UNPKG

date-fns

Version:

Modern JavaScript date utility library

5 lines 440 kB
{ "version": 3, "sources": ["lib/fp/cdn.js"], "sourcesContent": [ "(() => {\nfunction _createForOfIteratorHelper(o, allowArrayLike) {var it = typeof Symbol !== \"undefined\" && o[Symbol.iterator] || o[\"@@iterator\"];if (!it) {if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === \"number\") {if (it) o = it;var i = 0;var F = function F() {};return { s: F, n: function n() {if (i >= o.length) return { done: true };return { done: false, value: o[i++] };}, e: function e(_e) {throw _e;}, f: F };}throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");}var normalCompletion = true,didErr = false,err;return { s: function s() {it = it.call(o);}, n: function n() {var step = it.next();normalCompletion = step.done;return step;}, e: function e(_e2) {didErr = true;err = _e2;}, f: function f() {try {if (!normalCompletion && it.return != null) it.return();} finally {if (didErr) throw err;}} };}function _callSuper(t, o, e) {return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));}function _possibleConstructorReturn(self, call) {if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) {return call;} else if (call !== void 0) {throw new TypeError(\"Derived constructors may only return object or undefined\");}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");}return self;}function _isNativeReflectConstruct() {try {var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));} catch (t) {}return (_isNativeReflectConstruct = function _isNativeReflectConstruct() {return !!t;})();}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}function _inherits(subClass, superClass) {if (typeof superClass !== \"function\" && superClass !== null) {throw new TypeError(\"Super expression must either be null or a function\");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });Object.defineProperty(subClass, \"prototype\", { writable: false });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError(\"Cannot call a class as a function\");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if (\"value\" in descriptor) descriptor.writable = true;Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);Object.defineProperty(Constructor, \"prototype\", { writable: false });return Constructor;}function _toArray(arr) {return _arrayWithHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableRest();}function _slicedToArray(arr, i) {return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();}function _nonIterableRest() {throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");}function _iterableToArrayLimit(r, l) {var t = null == r ? null : \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"];if (null != t) {var e,n,i,u,a = [],f = !0,o = !1;try {if (i = (t = t.call(r)).next, 0 === l) {if (Object(t) !== t) return;f = !1;} else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);} catch (r) {o = !0, n = r;} finally {try {if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return;} finally {if (o) throw n;}}return a;}}function _arrayWithHoles(arr) {if (Array.isArray(arr)) return arr;}function ownKeys(e, r) {var t = Object.keys(e);if (Object.getOwnPropertySymbols) {var o = Object.getOwnPropertySymbols(e);r && (o = o.filter(function (r) {return Object.getOwnPropertyDescriptor(e, r).enumerable;})), t.push.apply(t, o);}return t;}function _objectSpread(e) {for (var r = 1; r < arguments.length; r++) {var t = null != arguments[r] ? arguments[r] : {};r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {_defineProperty(e, r, t[r]);}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));});}return e;}function _defineProperty(obj, key, value) {key = _toPropertyKey(key);if (key in obj) {Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true });} else {obj[key] = value;}return obj;}function _toPropertyKey(t) {var i = _toPrimitive(t, \"string\");return \"symbol\" == _typeof(i) ? i : String(i);}function _toPrimitive(t, r) {if (\"object\" != _typeof(t) || !t) return t;var e = t[Symbol.toPrimitive];if (void 0 !== e) {var i = e.call(t, r || \"default\");if (\"object\" != _typeof(i)) return i;throw new TypeError(\"@@toPrimitive must return a primitive value.\");}return (\"string\" === r ? String : Number)(t);}function _toConsumableArray(arr) {return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();}function _nonIterableSpread() {throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === \"string\") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === \"Object\" && o.constructor) n = o.constructor.name;if (n === \"Map\" || n === \"Set\") return Array.from(o);if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _iterableToArray(iter) {if (typeof Symbol !== \"undefined\" && iter[Symbol.iterator] != null || iter[\"@@iterator\"] != null) return Array.from(iter);}function _arrayWithoutHoles(arr) {if (Array.isArray(arr)) return _arrayLikeToArray(arr);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];return arr2;}function _typeof(o) {\"@babel/helpers - typeof\";return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) {return typeof o;} : function (o) {return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o;}, _typeof(o);}var __defProp = Object.defineProperty;\nvar __export = function __export(target, all) {\n for (var name in all)\n __defProp(target, name, {\n get: all[name],\n enumerable: true,\n configurable: true,\n set: function set(newValue) {return all[name] = function () {return newValue;};}\n });\n};\n\n// lib/fp.js\nvar exports_fp = {};\n__export(exports_fp, {\n yearsToQuarters: function yearsToQuarters() {return yearsToQuarters3;},\n yearsToMonths: function yearsToMonths() {return yearsToMonths3;},\n yearsToDays: function yearsToDays() {return yearsToDays3;},\n weeksToDays: function weeksToDays() {return weeksToDays3;},\n transpose: function transpose() {return transpose4;},\n toDate: function toDate() {return toDate108;},\n subYearsWithOptions: function subYearsWithOptions() {return _subYearsWithOptions;},\n subYears: function subYears() {return subYears3;},\n subWithOptions: function subWithOptions() {return _subWithOptions;},\n subWeeksWithOptions: function subWeeksWithOptions() {return _subWeeksWithOptions;},\n subWeeks: function subWeeks() {return subWeeks3;},\n subSecondsWithOptions: function subSecondsWithOptions() {return _subSecondsWithOptions;},\n subSeconds: function subSeconds() {return subSeconds3;},\n subQuartersWithOptions: function subQuartersWithOptions() {return _subQuartersWithOptions;},\n subQuarters: function subQuarters() {return subQuarters3;},\n subMonthsWithOptions: function subMonthsWithOptions() {return _subMonthsWithOptions;},\n subMonths: function subMonths() {return subMonths4;},\n subMinutesWithOptions: function subMinutesWithOptions() {return _subMinutesWithOptions;},\n subMinutes: function subMinutes() {return subMinutes3;},\n subMillisecondsWithOptions: function subMillisecondsWithOptions() {return _subMillisecondsWithOptions;},\n subMilliseconds: function subMilliseconds() {return subMilliseconds3;},\n subISOWeekYearsWithOptions: function subISOWeekYearsWithOptions() {return _subISOWeekYearsWithOptions;},\n subISOWeekYears: function subISOWeekYears() {return subISOWeekYears4;},\n subHoursWithOptions: function subHoursWithOptions() {return _subHoursWithOptions;},\n subHours: function subHours() {return subHours3;},\n subDaysWithOptions: function subDaysWithOptions() {return _subDaysWithOptions;},\n subDays: function subDays() {return subDays5;},\n subBusinessDaysWithOptions: function subBusinessDaysWithOptions() {return _subBusinessDaysWithOptions;},\n subBusinessDays: function subBusinessDays() {return subBusinessDays3;},\n sub: function sub() {return sub3;},\n startOfYearWithOptions: function startOfYearWithOptions() {return _startOfYearWithOptions;},\n startOfYear: function startOfYear() {return startOfYear5;},\n startOfWeekYearWithOptions: function startOfWeekYearWithOptions() {return _startOfWeekYearWithOptions;},\n startOfWeekYear: function startOfWeekYear() {return startOfWeekYear5;},\n startOfWeekWithOptions: function startOfWeekWithOptions() {return _startOfWeekWithOptions;},\n startOfWeek: function startOfWeek() {return startOfWeek12;},\n startOfSecondWithOptions: function startOfSecondWithOptions() {return _startOfSecondWithOptions;},\n startOfSecond: function startOfSecond() {return startOfSecond4;},\n startOfQuarterWithOptions: function startOfQuarterWithOptions() {return _startOfQuarterWithOptions;},\n startOfQuarter: function startOfQuarter() {return startOfQuarter5;},\n startOfMonthWithOptions: function startOfMonthWithOptions() {return _startOfMonthWithOptions;},\n startOfMonth: function startOfMonth() {return startOfMonth6;},\n startOfMinuteWithOptions: function startOfMinuteWithOptions() {return _startOfMinuteWithOptions;},\n startOfMinute: function startOfMinute() {return startOfMinute4;},\n startOfISOWeekYearWithOptions: function startOfISOWeekYearWithOptions() {return _startOfISOWeekYearWithOptions;},\n startOfISOWeekYear: function startOfISOWeekYear() {return startOfISOWeekYear7;},\n startOfISOWeekWithOptions: function startOfISOWeekWithOptions() {return _startOfISOWeekWithOptions;},\n startOfISOWeek: function startOfISOWeek() {return startOfISOWeek11;},\n startOfHourWithOptions: function startOfHourWithOptions() {return _startOfHourWithOptions;},\n startOfHour: function startOfHour() {return startOfHour4;},\n startOfDecadeWithOptions: function startOfDecadeWithOptions() {return _startOfDecadeWithOptions;},\n startOfDecade: function startOfDecade() {return startOfDecade3;},\n startOfDayWithOptions: function startOfDayWithOptions() {return _startOfDayWithOptions;},\n startOfDay: function startOfDay() {return startOfDay5;},\n setYearWithOptions: function setYearWithOptions() {return _setYearWithOptions;},\n setYear: function setYear() {return setYear3;},\n setWithOptions: function setWithOptions() {return _setWithOptions;},\n setWeekYearWithOptions: function setWeekYearWithOptions() {return _setWeekYearWithOptions;},\n setWeekYear: function setWeekYear() {return setWeekYear3;},\n setWeekWithOptions: function setWeekWithOptions() {return _setWeekWithOptions;},\n setWeek: function setWeek() {return setWeek4;},\n setSecondsWithOptions: function setSecondsWithOptions() {return _setSecondsWithOptions;},\n setSeconds: function setSeconds() {return setSeconds3;},\n setQuarterWithOptions: function setQuarterWithOptions() {return _setQuarterWithOptions;},\n setQuarter: function setQuarter() {return setQuarter3;},\n setMonthWithOptions: function setMonthWithOptions() {return _setMonthWithOptions;},\n setMonth: function setMonth() {return setMonth4;},\n setMinutesWithOptions: function setMinutesWithOptions() {return _setMinutesWithOptions;},\n setMinutes: function setMinutes() {return setMinutes3;},\n setMillisecondsWithOptions: function setMillisecondsWithOptions() {return _setMillisecondsWithOptions;},\n setMilliseconds: function setMilliseconds() {return setMilliseconds3;},\n setISOWeekYearWithOptions: function setISOWeekYearWithOptions() {return _setISOWeekYearWithOptions;},\n setISOWeekYear: function setISOWeekYear() {return setISOWeekYear4;},\n setISOWeekWithOptions: function setISOWeekWithOptions() {return _setISOWeekWithOptions;},\n setISOWeek: function setISOWeek() {return setISOWeek4;},\n setISODayWithOptions: function setISODayWithOptions() {return _setISODayWithOptions;},\n setISODay: function setISODay() {return setISODay4;},\n setHoursWithOptions: function setHoursWithOptions() {return _setHoursWithOptions;},\n setHours: function setHours() {return setHours3;},\n setDayWithOptions: function setDayWithOptions() {return _setDayWithOptions;},\n setDayOfYearWithOptions: function setDayOfYearWithOptions() {return _setDayOfYearWithOptions;},\n setDayOfYear: function setDayOfYear() {return setDayOfYear3;},\n setDay: function setDay() {return setDay6;},\n setDateWithOptions: function setDateWithOptions() {return _setDateWithOptions;},\n setDate: function setDate() {return setDate3;},\n set: function set() {return set3;},\n secondsToMinutes: function secondsToMinutes() {return secondsToMinutes3;},\n secondsToMilliseconds: function secondsToMilliseconds() {return secondsToMilliseconds3;},\n secondsToHours: function secondsToHours() {return secondsToHours3;},\n roundToNearestMinutesWithOptions: function roundToNearestMinutesWithOptions() {return _roundToNearestMinutesWithOptions;},\n roundToNearestMinutes: function roundToNearestMinutes() {return roundToNearestMinutes3;},\n roundToNearestHoursWithOptions: function roundToNearestHoursWithOptions() {return _roundToNearestHoursWithOptions;},\n roundToNearestHours: function roundToNearestHours() {return roundToNearestHours3;},\n quartersToYears: function quartersToYears() {return quartersToYears3;},\n quartersToMonths: function quartersToMonths() {return quartersToMonths3;},\n previousWednesdayWithOptions: function previousWednesdayWithOptions() {return _previousWednesdayWithOptions;},\n previousWednesday: function previousWednesday() {return previousWednesday3;},\n previousTuesdayWithOptions: function previousTuesdayWithOptions() {return _previousTuesdayWithOptions;},\n previousTuesday: function previousTuesday() {return previousTuesday3;},\n previousThursdayWithOptions: function previousThursdayWithOptions() {return _previousThursdayWithOptions;},\n previousThursday: function previousThursday() {return previousThursday3;},\n previousSundayWithOptions: function previousSundayWithOptions() {return _previousSundayWithOptions;},\n previousSunday: function previousSunday() {return previousSunday3;},\n previousSaturdayWithOptions: function previousSaturdayWithOptions() {return _previousSaturdayWithOptions;},\n previousSaturday: function previousSaturday() {return previousSaturday3;},\n previousMondayWithOptions: function previousMondayWithOptions() {return _previousMondayWithOptions;},\n previousMonday: function previousMonday() {return previousMonday3;},\n previousFridayWithOptions: function previousFridayWithOptions() {return _previousFridayWithOptions;},\n previousFriday: function previousFriday() {return previousFriday3;},\n previousDayWithOptions: function previousDayWithOptions() {return _previousDayWithOptions;},\n previousDay: function previousDay() {return previousDay3;},\n parseWithOptions: function parseWithOptions() {return _parseWithOptions;},\n parseJSONWithOptions: function parseJSONWithOptions() {return _parseJSONWithOptions;},\n parseJSON: function parseJSON() {return parseJSON3;},\n parseISOWithOptions: function parseISOWithOptions() {return _parseISOWithOptions;},\n parseISO: function parseISO() {return parseISO3;},\n parse: function parse() {return parse4;},\n nextWednesdayWithOptions: function nextWednesdayWithOptions() {return _nextWednesdayWithOptions;},\n nextWednesday: function nextWednesday() {return nextWednesday3;},\n nextTuesdayWithOptions: function nextTuesdayWithOptions() {return _nextTuesdayWithOptions;},\n nextTuesday: function nextTuesday() {return nextTuesday3;},\n nextThursdayWithOptions: function nextThursdayWithOptions() {return _nextThursdayWithOptions;},\n nextThursday: function nextThursday() {return nextThursday3;},\n nextSundayWithOptions: function nextSundayWithOptions() {return _nextSundayWithOptions;},\n nextSunday: function nextSunday() {return nextSunday3;},\n nextSaturdayWithOptions: function nextSaturdayWithOptions() {return _nextSaturdayWithOptions;},\n nextSaturday: function nextSaturday() {return nextSaturday3;},\n nextMondayWithOptions: function nextMondayWithOptions() {return _nextMondayWithOptions;},\n nextMonday: function nextMonday() {return nextMonday3;},\n nextFridayWithOptions: function nextFridayWithOptions() {return _nextFridayWithOptions;},\n nextFriday: function nextFriday() {return nextFriday3;},\n nextDayWithOptions: function nextDayWithOptions() {return _nextDayWithOptions;},\n nextDay: function nextDay() {return nextDay3;},\n monthsToYears: function monthsToYears() {return monthsToYears3;},\n monthsToQuarters: function monthsToQuarters() {return monthsToQuarters3;},\n minutesToSeconds: function minutesToSeconds() {return minutesToSeconds3;},\n minutesToMilliseconds: function minutesToMilliseconds() {return minutesToMilliseconds3;},\n minutesToHours: function minutesToHours() {return minutesToHours3;},\n minWithOptions: function minWithOptions() {return _minWithOptions;},\n min: function min() {return min4;},\n millisecondsToSeconds: function millisecondsToSeconds() {return millisecondsToSeconds3;},\n millisecondsToMinutes: function millisecondsToMinutes() {return millisecondsToMinutes3;},\n millisecondsToHours: function millisecondsToHours() {return millisecondsToHours3;},\n milliseconds: function milliseconds() {return milliseconds3;},\n maxWithOptions: function maxWithOptions() {return _maxWithOptions;},\n max: function max() {return max4;},\n lightFormat: function lightFormat() {return lightFormat3;},\n lastDayOfYearWithOptions: function lastDayOfYearWithOptions() {return _lastDayOfYearWithOptions;},\n lastDayOfYear: function lastDayOfYear() {return lastDayOfYear3;},\n lastDayOfWeekWithOptions: function lastDayOfWeekWithOptions() {return _lastDayOfWeekWithOptions;},\n lastDayOfWeek: function lastDayOfWeek() {return lastDayOfWeek4;},\n lastDayOfQuarterWithOptions: function lastDayOfQuarterWithOptions() {return _lastDayOfQuarterWithOptions;},\n lastDayOfQuarter: function lastDayOfQuarter() {return lastDayOfQuarter3;},\n lastDayOfMonthWithOptions: function lastDayOfMonthWithOptions() {return _lastDayOfMonthWithOptions;},\n lastDayOfMonth: function lastDayOfMonth() {return lastDayOfMonth4;},\n lastDayOfISOWeekYearWithOptions: function lastDayOfISOWeekYearWithOptions() {return _lastDayOfISOWeekYearWithOptions;},\n lastDayOfISOWeekYear: function lastDayOfISOWeekYear() {return lastDayOfISOWeekYear3;},\n lastDayOfISOWeekWithOptions: function lastDayOfISOWeekWithOptions() {return _lastDayOfISOWeekWithOptions;},\n lastDayOfISOWeek: function lastDayOfISOWeek() {return lastDayOfISOWeek3;},\n lastDayOfDecadeWithOptions: function lastDayOfDecadeWithOptions() {return _lastDayOfDecadeWithOptions;},\n lastDayOfDecade: function lastDayOfDecade() {return lastDayOfDecade3;},\n isWithinIntervalWithOptions: function isWithinIntervalWithOptions() {return _isWithinIntervalWithOptions;},\n isWithinInterval: function isWithinInterval() {return isWithinInterval3;},\n isWeekendWithOptions: function isWeekendWithOptions() {return _isWeekendWithOptions;},\n isWeekend: function isWeekend() {return isWeekend6;},\n isWednesdayWithOptions: function isWednesdayWithOptions() {return _isWednesdayWithOptions;},\n isWednesday: function isWednesday() {return isWednesday3;},\n isValid: function isValid() {return isValid9;},\n isTuesdayWithOptions: function isTuesdayWithOptions() {return _isTuesdayWithOptions;},\n isTuesday: function isTuesday() {return isTuesday3;},\n isThursdayWithOptions: function isThursdayWithOptions() {return _isThursdayWithOptions;},\n isThursday: function isThursday() {return isThursday3;},\n isSundayWithOptions: function isSundayWithOptions() {return _isSundayWithOptions;},\n isSunday: function isSunday() {return isSunday4;},\n isSaturdayWithOptions: function isSaturdayWithOptions() {return _isSaturdayWithOptions;},\n isSaturday: function isSaturday() {return isSaturday4;},\n isSameYearWithOptions: function isSameYearWithOptions() {return _isSameYearWithOptions;},\n isSameYear: function isSameYear() {return isSameYear3;},\n isSameWeekWithOptions: function isSameWeekWithOptions() {return _isSameWeekWithOptions;},\n isSameWeek: function isSameWeek() {return isSameWeek4;},\n isSameSecond: function isSameSecond() {return isSameSecond3;},\n isSameQuarterWithOptions: function isSameQuarterWithOptions() {return _isSameQuarterWithOptions;},\n isSameQuarter: function isSameQuarter() {return isSameQuarter3;},\n isSameMonthWithOptions: function isSameMonthWithOptions() {return _isSameMonthWithOptions;},\n isSameMonth: function isSameMonth() {return isSameMonth3;},\n isSameMinute: function isSameMinute() {return isSameMinute3;},\n isSameISOWeekYearWithOptions: function isSameISOWeekYearWithOptions() {return _isSameISOWeekYearWithOptions;},\n isSameISOWeekYear: function isSameISOWeekYear() {return isSameISOWeekYear3;},\n isSameISOWeekWithOptions: function isSameISOWeekWithOptions() {return _isSameISOWeekWithOptions;},\n isSameISOWeek: function isSameISOWeek() {return isSameISOWeek3;},\n isSameHourWithOptions: function isSameHourWithOptions() {return _isSameHourWithOptions;},\n isSameHour: function isSameHour() {return isSameHour3;},\n isSameDayWithOptions: function isSameDayWithOptions() {return _isSameDayWithOptions;},\n isSameDay: function isSameDay() {return isSameDay4;},\n isMondayWithOptions: function isMondayWithOptions() {return _isMondayWithOptions;},\n isMonday: function isMonday() {return isMonday3;},\n isMatchWithOptions: function isMatchWithOptions() {return _isMatchWithOptions;},\n isMatch: function isMatch() {return isMatch3;},\n isLeapYearWithOptions: function isLeapYearWithOptions() {return _isLeapYearWithOptions;},\n isLeapYear: function isLeapYear() {return isLeapYear4;},\n isLastDayOfMonthWithOptions: function isLastDayOfMonthWithOptions() {return _isLastDayOfMonthWithOptions;},\n isLastDayOfMonth: function isLastDayOfMonth() {return isLastDayOfMonth4;},\n isFridayWithOptions: function isFridayWithOptions() {return _isFridayWithOptions;},\n isFriday: function isFriday() {return isFriday3;},\n isFirstDayOfMonthWithOptions: function isFirstDayOfMonthWithOptions() {return _isFirstDayOfMonthWithOptions;},\n isFirstDayOfMonth: function isFirstDayOfMonth() {return isFirstDayOfMonth3;},\n isExists: function isExists() {return isExists3;},\n isEqual: function isEqual() {return isEqual3;},\n isDate: function isDate() {return isDate4;},\n isBefore: function isBefore() {return isBefore3;},\n isAfter: function isAfter() {return isAfter3;},\n intlFormatDistanceWithOptions: function intlFormatDistanceWithOptions() {return _intlFormatDistanceWithOptions;},\n intlFormatDistance: function intlFormatDistance() {return intlFormatDistance3;},\n intlFormat: function intlFormat() {return intlFormat3;},\n intervalWithOptions: function intervalWithOptions() {return _intervalWithOptions;},\n intervalToDurationWithOptions: function intervalToDurationWithOptions() {return _intervalToDurationWithOptions;},\n intervalToDuration: function intervalToDuration() {return intervalToDuration3;},\n interval: function interval() {return interval3;},\n hoursToSeconds: function hoursToSeconds() {return hoursToSeconds3;},\n hoursToMinutes: function hoursToMinutes() {return hoursToMinutes3;},\n hoursToMilliseconds: function hoursToMilliseconds() {return hoursToMilliseconds3;},\n getYearWithOptions: function getYearWithOptions() {return _getYearWithOptions;},\n getYear: function getYear() {return getYear3;},\n getWeeksInMonthWithOptions: function getWeeksInMonthWithOptions() {return _getWeeksInMonthWithOptions;},\n getWeeksInMonth: function getWeeksInMonth() {return getWeeksInMonth3;},\n getWeekYearWithOptions: function getWeekYearWithOptions() {return _getWeekYearWithOptions;},\n getWeekYear: function getWeekYear() {return getWeekYear5;},\n getWeekWithOptions: function getWeekWithOptions() {return _getWeekWithOptions;},\n getWeekOfMonthWithOptions: function getWeekOfMonthWithOptions() {return _getWeekOfMonthWithOptions;},\n getWeekOfMonth: function getWeekOfMonth() {return getWeekOfMonth3;},\n getWeek: function getWeek() {return getWeek4;},\n getUnixTime: function getUnixTime() {return getUnixTime3;},\n getTime: function getTime() {return getTime3;},\n getSeconds: function getSeconds() {return getSeconds3;},\n getQuarterWithOptions: function getQuarterWithOptions() {return _getQuarterWithOptions;},\n getQuarter: function getQuarter() {return getQuarter4;},\n getOverlappingDaysInIntervals: function getOverlappingDaysInIntervals() {return getOverlappingDaysInIntervals3;},\n getMonthWithOptions: function getMonthWithOptions() {return _getMonthWithOptions;},\n getMonth: function getMonth() {return getMonth3;},\n getMinutesWithOptions: function getMinutesWithOptions() {return _getMinutesWithOptions;},\n getMinutes: function getMinutes() {return getMinutes3;},\n getMilliseconds: function getMilliseconds() {return getMilliseconds3;},\n getISOWeeksInYearWithOptions: function getISOWeeksInYearWithOptions() {return _getISOWeeksInYearWithOptions;},\n getISOWeeksInYear: function getISOWeeksInYear() {return getISOWeeksInYear3;},\n getISOWeekYearWithOptions: function getISOWeekYearWithOptions() {return _getISOWeekYearWithOptions;},\n getISOWeekYear: function getISOWeekYear() {return getISOWeekYear8;},\n getISOWeekWithOptions: function getISOWeekWithOptions() {return _getISOWeekWithOptions;},\n getISOWeek: function getISOWeek() {return getISOWeek4;},\n getISODayWithOptions: function getISODayWithOptions() {return _getISODayWithOptions;},\n getISODay: function getISODay() {return getISODay3;},\n getHoursWithOptions: function getHoursWithOptions() {return _getHoursWithOptions;},\n getHours: function getHours() {return getHours3;},\n getDecadeWithOptions: function getDecadeWithOptions() {return _getDecadeWithOptions;},\n getDecade: function getDecade() {return getDecade3;},\n getDaysInYearWithOptions: function getDaysInYearWithOptions() {return _getDaysInYearWithOptions;},\n getDaysInYear: function getDaysInYear() {return getDaysInYear3;},\n getDaysInMonthWithOptions: function getDaysInMonthWithOptions() {return _getDaysInMonthWithOptions;},\n getDaysInMonth: function getDaysInMonth() {return getDaysInMonth3;},\n getDayWithOptions: function getDayWithOptions() {return _getDayWithOptions;},\n getDayOfYearWithOptions: function getDayOfYearWithOptions() {return _getDayOfYearWithOptions;},\n getDayOfYear: function getDayOfYear() {return getDayOfYear4;},\n getDay: function getDay() {return getDay3;},\n getDateWithOptions: function getDateWithOptions() {return _getDateWithOptions;},\n getDate: function getDate() {return getDate3;},\n fromUnixTimeWithOptions: function fromUnixTimeWithOptions() {return _fromUnixTimeWithOptions;},\n fromUnixTime: function fromUnixTime() {return fromUnixTime3;},\n formatWithOptions: function formatWithOptions() {return _formatWithOptions;},\n formatRelativeWithOptions: function formatRelativeWithOptions() {return _formatRelativeWithOptions;},\n formatRelative: function formatRelative() {return formatRelative5;},\n formatRFC7231: function formatRFC7231() {return formatRFC72313;},\n formatRFC3339WithOptions: function formatRFC3339WithOptions() {return _formatRFC3339WithOptions;},\n formatRFC3339: function formatRFC3339() {return formatRFC33393;},\n formatISOWithOptions: function formatISOWithOptions() {return _formatISOWithOptions;},\n formatISODuration: function formatISODuration() {return formatISODuration3;},\n formatISO9075WithOptions: function formatISO9075WithOptions() {return _formatISO9075WithOptions;},\n formatISO9075: function formatISO9075() {return formatISO90753;},\n formatISO: function formatISO() {return formatISO3;},\n formatDurationWithOptions: function formatDurationWithOptions() {return _formatDurationWithOptions;},\n formatDuration: function formatDuration() {return formatDuration3;},\n formatDistanceWithOptions: function formatDistanceWithOptions() {return _formatDistanceWithOptions;},\n formatDistanceStrictWithOptions: function formatDistanceStrictWithOptions() {return _formatDistanceStrictWithOptions;},\n formatDistanceStrict: function formatDistanceStrict() {return formatDistanceStrict3;},\n formatDistance: function formatDistance() {return formatDistance5;},\n format: function format() {return format3;},\n endOfYearWithOptions: function endOfYearWithOptions() {return _endOfYearWithOptions;},\n endOfYear: function endOfYear() {return endOfYear4;},\n endOfWeekWithOptions: function endOfWeekWithOptions() {return _endOfWeekWithOptions;},\n endOfWeek: function endOfWeek() {return endOfWeek4;},\n endOfSecondWithOptions: function endOfSecondWithOptions() {return _endOfSecondWithOptions;},\n endOfSecond: function endOfSecond() {return endOfSecond3;},\n endOfQuarterWithOptions: function endOfQuarterWithOptions() {return _endOfQuarterWithOptions;},\n endOfQuarter: function endOfQuarter() {return endOfQuarter3;},\n endOfMonthWithOptions: function endOfMonthWithOptions() {return _endOfMonthWithOptions;},\n endOfMonth: function endOfMonth() {return endOfMonth5;},\n endOfMinuteWithOptions: function endOfMinuteWithOptions() {return _endOfMinuteWithOptions;},\n endOfMinute: function endOfMinute() {return endOfMinute3;},\n endOfISOWeekYearWithOptions: function endOfISOWeekYearWithOptions() {return _endOfISOWeekYearWithOptions;},\n endOfISOWeekYear: function endOfISOWeekYear() {return endOfISOWeekYear3;},\n endOfISOWeekWithOptions: function endOfISOWeekWithOptions() {return _endOfISOWeekWithOptions;},\n endOfISOWeek: function endOfISOWeek() {return endOfISOWeek3;},\n endOfHourWithOptions: function endOfHourWithOptions() {return _endOfHourWithOptions;},\n endOfHour: function endOfHour() {return endOfHour3;},\n endOfDecadeWithOptions: function endOfDecadeWithOptions() {return _endOfDecadeWithOptions;},\n endOfDecade: function endOfDecade() {return endOfDecade3;},\n endOfDayWithOptions: function endOfDayWithOptions() {return _endOfDayWithOptions;},\n endOfDay: function endOfDay() {return endOfDay4;},\n eachYearOfIntervalWithOptions: function eachYearOfIntervalWithOptions() {return _eachYearOfIntervalWithOptions;},\n eachYearOfInterval: function eachYearOfInterval() {return eachYearOfInterval3;},\n eachWeekendOfYearWithOptions: function eachWeekendOfYearWithOptions() {return _eachWeekendOfYearWithOptions;},\n eachWeekendOfYear: function eachWeekendOfYear() {return eachWeekendOfYear3;},\n eachWeekendOfMonthWithOptions: function eachWeekendOfMonthWithOptions() {return _eachWeekendOfMonthWithOptions;},\n eachWeekendOfMonth: function eachWeekendOfMonth() {return eachWeekendOfMonth3;},\n eachWeekendOfIntervalWithOptions: function eachWeekendOfIntervalWithOptions() {return _eachWeekendOfIntervalWithOptions;},\n eachWeekendOfInterval: function eachWeekendOfInterval() {return eachWeekendOfInterval3;},\n eachWeekOfIntervalWithOptions: function eachWeekOfIntervalWithOptions() {return _eachWeekOfIntervalWithOptions;},\n eachWeekOfInterval: function eachWeekOfInterval() {return eachWeekOfInterval3;},\n eachQuarterOfIntervalWithOptions: function eachQuarterOfIntervalWithOptions() {return _eachQuarterOfIntervalWithOptions;},\n eachQuarterOfInterval: function eachQuarterOfInterval() {return eachQuarterOfInterval3;},\n eachMonthOfIntervalWithOptions: function eachMonthOfIntervalWithOptions() {return _eachMonthOfIntervalWithOptions;},\n eachMonthOfInterval: function eachMonthOfInterval() {return eachMonthOfInterval3;},\n eachMinuteOfIntervalWithOptions: function eachMinuteOfIntervalWithOptions() {return _eachMinuteOfIntervalWithOptions;},\n eachMinuteOfInterval: function eachMinuteOfInterval() {return eachMinuteOfInterval3;},\n eachHourOfIntervalWithOptions: function eachHourOfIntervalWithOptions() {return _eachHourOfIntervalWithOptions;},\n eachHourOfInterval: function eachHourOfInterval() {return eachHourOfInterval3;},\n eachDayOfIntervalWithOptions: function eachDayOfIntervalWithOptions() {return _eachDayOfIntervalWithOptions;},\n eachDayOfInterval: function eachDayOfInterval() {return eachDayOfInterval3;},\n differenceInYearsWithOptions: function differenceInYearsWithOptions() {return _differenceInYearsWithOptions;},\n differenceInYears: function differenceInYears() {return differenceInYears3;},\n differenceInWeeksWithOptions: function differenceInWeeksWithOptions() {return _differenceInWeeksWithOptions;},\n differenceInWeeks: function differenceInWeeks() {return differenceInWeeks3;},\n differenceInSecondsWithOptions: function differenceInSecondsWithOptions() {return _differenceInSecondsWithOptions;},\n differenceInSeconds: function differenceInSeconds() {return differenceInSeconds3;},\n differenceInQuartersWithOptions: function differenceInQuartersWithOptions() {return _differenceInQuartersWithOptions;},\n differenceInQuarters: function differenceInQuarters() {return differenceInQuarters3;},\n differenceInMonthsWithOptions: function differenceInMonthsWithOptions() {return _differenceInMonthsWithOptions;},\n differenceInMonths: function differenceInMonths() {return differenceInMonths3;},\n differenceInMinutesWithOptions: function differenceInMinutesWithOptions() {return _differenceInMinutesWithOptions;},\n differenceInMinutes: function differenceInMinutes() {return differenceInMinutes3;},\n differenceInMilliseconds: function differenceInMilliseconds() {return differenceInMilliseconds3;},\n differenceInISOWeekYearsWithOptions: function differenceInISOWeekYearsWithOptions() {return _differenceInISOWeekYearsWithOptions;},\n differenceInISOWeekYears: function differenceInISOWeekYears() {return differenceInISOWeekYears3;},\n differenceInHoursWithOptions: function differenceInHoursWithOptions() {return _differenceInHoursWithOptions;},\n differenceInHours: function differenceInHours() {return differenceInHours3;},\n differenceInDaysWithOptions: function differenceInDaysWithOptions() {return _differenceInDaysWithOptions;},\n differenceInDays: function differenceInDays() {return differenceInDays3;},\n differenceInCalendarYearsWithOptions: function differenceInCalendarYearsWithOptions() {return _differenceInCalendarYearsWithOptions;},\n differenceInCalendarYears: function differenceInCalendarYears() {return differenceInCalendarYears3;},\n differenceInCalendarWeeksWithOptions: function differenceInCalendarWeeksWithOptions() {return _differenceInCalendarWeeksWithOptions;},\n differenceInCalendarWeeks: function differenceInCalendarWeeks() {return differenceInCalendarWeeks3;},\n differenceInCalendarQuartersWithOptions: function differenceInCalendarQuartersWithOptions() {return _differenceInCalendarQuartersWithOptions;},\n differenceInCalendarQuarters: function differenceInCalendarQuarters() {return differenceInCalendarQuarters3;},\n differenceInCalendarMonthsWithOptions: function differenceInCalendarMonthsWithOptions() {return _differenceInCalendarMonthsWithOptions;},\n differenceInCalendarMonths: function differenceInCalendarMonths() {return differenceInCalendarMonths3;},\n differenceInCalendarISOWeeksWithOptions: function differenceInCalendarISOWeeksWithOptions() {return _differenceInCalendarISOWeeksWithOptions;},\n differenceInCalendarISOWeeks: function differenceInCalendarISOWeeks() {return differenceInCalendarISOWeeks3;},\n differenceInCalendarISOWeekYearsWithOptions: function differenceInCalendarISOWeekYearsWithOptions() {return _differenceInCalendarISOWeekYearsWithOptions;},\n differenceInCalendarISOWeekYears: function differenceInCalendarISOWeekYears() {return differenceInCalendarISOWeekYears3;},\n differenceInCalendarDaysWithOptions: function differenceInCalendarDaysWithOptions() {return _differenceInCalendarDaysWithOptions;},\n differenceInCalendarDays: function differenceInCalendarDays() {return differenceInCalendarDays5;},\n differenceInBusinessDaysWithOptions: function differenceInBusinessDaysWithOptions() {return _differenceInBusinessDaysWithOptions;},\n differenceInBusinessDays: function differenceInBusinessDays() {return differenceInBusinessDays3;},\n daysToWeeks: function daysToWeeks() {return daysToWeeks3;},\n constructFrom: function constructFrom() {return constructFrom16;},\n compareDesc: function compareDesc() {return compareDesc3;},\n compareAsc: function compareAsc() {return compareAsc3;},\n closestToWithOptions: function closestToWithOptions() {return _closestToWithOptions;},\n closestTo: function closestTo() {return closestTo3;},\n closestIndexTo: function closestIndexTo() {return closestIndexTo3;},\n clampWithOptions: function clampWithOptions() {return _clampWithOptions;},\n clamp: function clamp() {return clamp3;},\n areIntervalsOverlappingWithOptions: function areIntervalsOverlappingWithOptions() {return _areIntervalsOverlappingWithOptions;},\n areIntervalsOverlapping: function areIntervalsOverlapping() {return areIntervalsOverlapping3;},\n addYearsWithOptions: function addYearsWithOptions() {return _addYearsWithOptions;},\n addYears: function addYears() {return addYears3;},\n addWithOptions: function addWithOptions() {return _addWithOptions;},\n addWeeksWithOptions: function addWeeksWithOptions() {return _addWeeksWithOptions;},\n addWeeks: function addWeeks() {return addWeeks3;},\n addSecondsWithOptions: function addSecondsWithOptions() {return _addSecondsWithOptions;},\n addSeconds: function addSeconds() {return addSeconds3;},\n addQuartersWithOptions: function addQuartersWithOptions() {return _addQuartersWithOptions;},\n addQuarters: function addQuarters() {return addQuarters3;},\n addMonthsWithOptions: function addMonthsWithOptions() {return _addMonthsWithOptions;},\n addMonths: function addMonths() {return addMonths4;},\n addMinutesWithOptions: function addMinutesWithOptions() {return _addMinutesWithOptions;},\n addMinutes: function addMinutes() {return addMinutes3;},\n addMillisecondsWithOptions: function addMillisecondsWithOptions() {return _addMillisecondsWithOptions;},\n addMilliseconds: function addMilliseconds() {return addMilliseconds4;},\n addISOWeekYearsWithOptions: function addISOWeekYearsWithOptions() {return _addISOWeekYearsWithOptions;},\n addISOWeekYears: function addISOWeekYears() {return addISOWeekYears3;},\n addHoursWithOptions: function addHoursWithOptions() {return _addHoursWithOptions;},\n addHours: function addHours() {return addHours3;},\n addDaysWithOptions: function addDaysWithOptions() {return _addDaysWithOptions;},\n addDays: function addDays() {return addDays4;},\n addBusinessDaysWithOptions: function addBusinessDaysWithOptions() {return _addBusinessDaysWithOptions;},\n addBusinessDays: function addBusinessDays() {return addBusinessDays3;},\n add: function add() {return add3;}\n});\n\n// lib/constants.js\nvar daysInWeek = 7;\nvar daysInYear = 365.2425;\nvar maxTime = Math.pow(10, 8) * 24 * 60 * 60 * 1000;\nvar minTime = -maxTime;\nvar millisecondsInWeek = 604800000;\nvar millisecondsInDay = 86400000;\nvar millisecondsInMinute = 60000;\nvar millisecondsInHour = 3600000;\nvar millisecondsInSecond = 1000;\nvar minutesInYear = 525600;\nvar minutesInMonth = 43200;\nvar minutesInDay = 1440;\nvar minutesInHour = 60;\nvar monthsInQuarter = 3;\nvar monthsInYear = 12;\nvar quartersInYear = 4;\nvar secondsInHour = 3600;\nvar secondsInMinute = 60;\nvar secondsInDay = secondsInHour * 24;\nvar secondsInWeek = secondsInDay * 7;\nvar secondsInYear = secondsInDay * daysInYear;\nvar secondsInMonth = secondsInYear / 12;\nvar secondsInQuarter = secondsInMonth * 3;\nvar constructFromSymbol = Symbol.for(\"constructDateFrom\");\n\n// lib/constructFrom.js\nfunction constructFrom(date, value) {\n if (typeof date === \"function\")\n return date(value);\n if (date && _typeof(date) === \"object\" && constructFromSymbol in date)\n return date[constructFromSymbol](value);\n if (date instanceof Date)\n return new date.constructor(value);\n return new Date(value);\n}\n\n// lib/toDate.js\nfunction toDate(argument, context) {\n return constructFrom(context || argument, argument);\n}\n\n// lib/addDays.js\nfunction addDays(date, amount, options) {\n var _date = toDate(date, options === null || options === void 0 ? void 0 : options.in);\n if (isNaN(amount))\n return constructFrom((options === null || options === void 0 ? void 0 : options.in) || date, NaN);\n if (!amount)\n return _date;\n _date.setDate(_date.getDate() + amount);\n return _date;\n}\n\n// lib/addMonths.js\nfunction addMonths(date, amount, options) {\n var _date = toDate(date, options === null || options === void 0 ? void 0 : options.in);\n if (isNaN(amount))\n return constructFrom((options === null || options === void 0 ? void 0 : options.in) || date, NaN);\n if (!amount) {\n return _date;\n }\n var dayOfMonth = _date.getDate();\n var endOfDesiredMonth = constructFrom((options === null || options === void 0 ? void 0 : options.in) || date, _date.getTime());\n endOfDesiredMonth.setMonth(_date.getMonth() + amount + 1, 0);\n var daysInMonth = endOfDesiredMonth.getDate();\n if (dayOfMonth >= daysInMonth) {\n return endOfDesiredMonth;\n } else {\n _date.setFullYear(endOfDesiredMonth.getFullYear(), endOfDesiredMonth.getMonth(), dayOfMonth);\n return _date;\n }\n}\n\n// lib/add.js\nfunction add(date, duration, options) {\n var _duration$years =\n\n\n\n\n\n\n\n duration.years,years = _duration$years === void 0 ? 0 : _duration$years,_duration$months = duration.months,months = _duration$months === void 0 ? 0 : _duration$months,_duration$weeks = duration.weeks,weeks = _duration$weeks === void 0 ? 0 : _duration$weeks,_duration$days = duration.days,days = _duration$days === void 0 ? 0 : _duration$days,_duration$hours = duration.hours,hours = _duration$hours === void 0 ? 0 : _duration$hours,_duration$minutes = duration.minutes,minutes = _duration$minutes === void 0 ? 0 : _duration$minutes,_duration$seconds = duration.seconds,seconds = _duration$seconds === void 0 ? 0 : _duration$seconds;\n var _date = toDate(date, options === null || options === void 0 ? void 0 : options.in);\n var dateWithMonths = months || years ? addMonths(_date, months + years * 12) : _date;\n var dateWithDays = days || weeks ? addDays(dateWithMonths, days + weeks * 7) : dateWithMonths;\n var minutesToAdd = minutes + hours * 60;\n var secondsToAdd = seconds + minutesToAdd * 60;\n var msToAdd = secondsToAdd * 1000;\n return constructFrom((options === null || options === void 0 ? void 0 : options.in) || date, +dateWithDays + msToAdd);\n}\n\n// lib/fp/_lib/convertToFP.js\nfunction convertToFP(fn, arity) {var curriedArgs = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];\n return curriedArgs.length >= arity ? fn.apply(void 0, _toConsumableArray(curriedArgs.slice(0, arity).reverse())) : function () {for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {args[_key] = arguments[_key];}return convertToFP(fn, arity, curriedArgs.concat(args));};\n}\n\n// lib/fp/add.js\nvar add3 = convertToFP(add, 2);\n// lib/isSaturday.js\nfunction isSaturday(date, options) {\n return toDate(date, options === null || options === void 0 ? void 0 : options.in).getDay() === 6;\n}\n\n// lib/isSunday.js\nfunction isSunday(date, options) {\n return toDate(date, options === null || options === void 0 ? void 0 : options.in).getDay() === 0;\n}\n\n// lib/isWeekend.js\nfunction isWeekend(date, options) {\n var day = toDate(date, options === null || options === void 0 ? void 0 : options.in).getDay();\n return day === 0 || day === 6;\n}\n\n// lib/addBusinessDays.js\nfunction addBusinessDays(date, amount, options) {\n var _date = toDate(date, options === null || options === void 0 ? void 0 : options.in);\n var startedOnWeekend = isWeekend(_date, options);\n if (isNaN(amount))\n return constructFrom(options === null || options === void 0 ? void 0 : options.in, NaN);\n var hours = _date.getHours();\n var sign = amount < 0 ? -1 : 1;\n var fullWeeks = Math.trunc(amount / 5);\n _date.setDate(_date.getDate() + fullWeeks * 7);\n var restDays = Math.abs(amount % 5);\n while (restDays > 0) {\n _date.setDate(_date.getDate() + sign);\n if (!isWeekend(_date, options))\n restDays -= 1;\n }\n if (startedOnWeekend && isWeekend(_date, options) && amount !== 0) {\n if (isSaturday(_date, options))\n _date.setDate(_date.getDate() + (sign < 0 ? 2 : -1));\n if (isSunday(_date, options))\n _date.setDate(_date.getDate() + (sign < 0 ? 1 : -2));\n }\n _date.setHours(hours);\n return _date;\n}\n\n// lib/fp/addBusinessDays.js\nvar addBusinessDays3 = convertToFP(addBusinessDays, 2);\n// lib/fp/addBusinessDaysWithOptions.js\nvar _addBusinessDaysWithOptions = convertToFP(addBusinessDays, 3);\n// lib/fp/addDays.js\nvar addDays4 = convertToFP(addDays, 2);\n// lib/fp/addDaysWithOptions.js\nvar _addDaysWithOptions = convertToFP(addDays, 3);\n// lib/addMilliseconds.js\nfunction addMilliseconds(date, amount, options) {\n return constructFrom((options === null || options === void 0 ? void 0 : options.in) || date, +toDate(date) + amount);\n}\n\n// lib/addHours.js\nfunction addHours(date, amount, options) {\n return addMilliseconds(date, amount * millisecondsInHour, options);\n}\n\n// lib/fp/addHours.js\nvar addHours3 = convertToFP(addHours, 2);\n// lib/fp/addHoursWithOptions.js\nvar _addHoursWithOptions = convertToFP(addHours, 3);\n// lib/_lib/defaultOptions.js\nfunction getDefaultOptions() {\n return defaultOptions;\n}\nfunction setDefaultOptions(newOptions) {\n defaultOptions = newOptions;\n}\nvar defaultOptions = {};\n\n// lib/startOfWeek.js\nfunction startOfWeek(date, options) {var _ref, _ref2, _ref3, _options$weekStartsOn, _options$locale, _defaultOptions3$loca;\n var defaultOptions3 = getDefaultOptions();\n var weekStartsOn = (_ref = (_ref2 = (_ref3 = (_options$weekStartsOn = options === null || options === void 0 ? void 0 : options.weekStartsOn) !== null && _options$weekStartsOn !== void 0 ? _options$weekStartsOn : options === null || options === void 0 || (_options$locale = options.locale) === null || _options$locale === void 0 || (_options$locale = _options$locale.options) === null || _options$locale === void 0 ? void 0 : _options$locale.weekStartsOn) !== null && _ref3 !== void 0 ? _ref3 : defaultOptions3.weekStartsOn) !== null && _ref2 !== void 0 ? _ref2 : (_defaultOptions3$loca = defaultOptions3.locale) === null || _defaultOptions3$loca === void 0 || (_defaultOptions3$loca = _defaultOptions3$loca.options) === null || _defaultOptions3$loca === void 0 ? void 0 : _defaultOptions3$loca.weekStartsOn) !== null && _ref !== void 0 ? _ref : 0;\n var _date = toDate(date, options === null || options === void 0 ? void 0 : options.in);\n var day = _date.getDay();\n var diff = (day < weekStartsOn ? 7 : 0) + day - weekStartsOn;\n _date.setDate(_date.getDate() - diff);\n _date.setHours(0, 0, 0, 0);\n return _date;\n}\n\n// lib/startOfISOWeek.js\nfunction startOfISOWeek(date, options) {\n return startOfWeek(date, _objectSpread(_objectSpread({}, options), {}, { weekStartsOn: 1 }));\n}\n\n// lib/getISOWeekYear.js\nfunction getISOWeekYear(date, options) {\n var _date = toDate(date, options === null || options === void 0 ? void 0 : options.in);\n var year = _date.getFullYear();\n var fourthOfJanuaryOfNextYear = constructFrom(_date, 0);\n fourthOfJanuaryOfNextYear.setFullYear(year + 1, 0, 4);\n fourthOfJanuaryOfNextYear.setHours(0, 0, 0, 0);\n var startOfNextYear = startOfISOWeek(fourthOfJanuaryOfNextYear);\n var fourthOfJanuaryOfThisYear = constructFrom(_date, 0);\n fourthOfJanuaryOfThisYear.setFullYear(year, 0, 4);\n fourthOfJanuaryOfThisYear.setHours(0, 0, 0, 0);\n var startOfThisYear = startOfISOWeek(fourthOfJanuaryOfThisYear);\n if (_date.getTime() >= startOfNextYear.getTime()) {\n return year + 1;\n } else if (_date.getTime() >= startOfThisYear.getTime()) {\n return year;\n } else {\n return year - 1;\n }\n}\n\n// lib/_lib/getTimezoneOffsetInMilliseconds.js\nfunction getTimezoneOffse