UNPKG

date-fns

Version:

Modern JavaScript date utility library

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