ts-time-utils 4.1.0 → 4.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/README.md +83 -32
  2. package/dist/{age.js → age.cjs} +14 -6
  3. package/dist/{calculate.js → calculate.cjs} +42 -18
  4. package/dist/calculate.d.ts +7 -0
  5. package/dist/calculate.d.ts.map +1 -1
  6. package/dist/{calendar.js → calendar.cjs} +80 -39
  7. package/dist/{calendars.js → calendars.cjs} +48 -23
  8. package/dist/{chain.js → chain.cjs} +41 -40
  9. package/dist/{compare.js → compare.cjs} +58 -28
  10. package/dist/constants.cjs +19 -0
  11. package/dist/{countdown.js → countdown.cjs} +16 -7
  12. package/dist/{cron.js → cron.cjs} +20 -9
  13. package/dist/{dateRange.js → dateRange.cjs} +42 -26
  14. package/dist/{duration.js → duration.cjs} +56 -44
  15. package/dist/esm/calculate.d.ts +7 -0
  16. package/dist/esm/calculate.d.ts.map +1 -1
  17. package/dist/esm/calculate.js +11 -0
  18. package/dist/esm/chain.js +0 -5
  19. package/dist/esm/format.d.ts.map +1 -1
  20. package/dist/esm/format.js +3 -3
  21. package/dist/esm/index.d.ts +1 -1
  22. package/dist/esm/index.d.ts.map +1 -1
  23. package/dist/esm/index.js +1 -1
  24. package/dist/esm/naturalLanguage.d.ts +1 -3
  25. package/dist/esm/naturalLanguage.d.ts.map +1 -1
  26. package/dist/esm/naturalLanguage.js +9 -2
  27. package/dist/esm/plugins.d.ts +0 -6
  28. package/dist/esm/plugins.d.ts.map +1 -1
  29. package/dist/esm/plugins.js +36 -42
  30. package/dist/esm/recurrence.d.ts.map +1 -1
  31. package/dist/esm/recurrence.js +3 -5
  32. package/dist/esm/timezone.d.ts +6 -1
  33. package/dist/esm/timezone.d.ts.map +1 -1
  34. package/dist/esm/timezone.js +106 -66
  35. package/dist/esm/types.d.ts +0 -4
  36. package/dist/esm/types.d.ts.map +1 -1
  37. package/dist/{finance.js → finance.cjs} +39 -22
  38. package/dist/{fiscal.js → fiscal.cjs} +36 -17
  39. package/dist/{format.js → format.cjs} +85 -72
  40. package/dist/format.d.ts.map +1 -1
  41. package/dist/{healthcare.js → healthcare.cjs} +37 -22
  42. package/dist/{holidays.js → holidays.cjs} +52 -25
  43. package/dist/index.cjs +596 -0
  44. package/dist/index.d.ts +1 -1
  45. package/dist/index.d.ts.map +1 -1
  46. package/dist/{interval.js → interval.cjs} +24 -11
  47. package/dist/{iterate.js → iterate.cjs} +84 -41
  48. package/dist/{locale.js → locale.cjs} +54 -26
  49. package/dist/{naturalLanguage.js → naturalLanguage.cjs} +36 -23
  50. package/dist/naturalLanguage.d.ts +1 -3
  51. package/dist/naturalLanguage.d.ts.map +1 -1
  52. package/dist/{parse.js → parse.cjs} +24 -11
  53. package/dist/{performance.js → performance.cjs} +23 -10
  54. package/dist/{plugins.js → plugins.cjs} +48 -47
  55. package/dist/plugins.d.ts +0 -6
  56. package/dist/plugins.d.ts.map +1 -1
  57. package/dist/{precision.js → precision.cjs} +74 -37
  58. package/dist/{rangePresets.js → rangePresets.cjs} +40 -19
  59. package/dist/{recurrence.js → recurrence.cjs} +27 -21
  60. package/dist/recurrence.d.ts.map +1 -1
  61. package/dist/{scheduling.js → scheduling.cjs} +46 -31
  62. package/dist/{serialize.js → serialize.cjs} +36 -17
  63. package/dist/{temporal.js → temporal.cjs} +28 -13
  64. package/dist/{timezone.js → timezone.cjs} +140 -82
  65. package/dist/timezone.d.ts +6 -1
  66. package/dist/timezone.d.ts.map +1 -1
  67. package/dist/{types.js → types.cjs} +9 -3
  68. package/dist/types.d.ts +0 -4
  69. package/dist/types.d.ts.map +1 -1
  70. package/dist/{validate.js → validate.cjs} +54 -26
  71. package/dist/{workingHours.js → workingHours.cjs} +36 -17
  72. package/package.json +41 -38
  73. package/dist/constants.js +0 -16
  74. package/dist/index.js +0 -72
package/dist/index.cjs ADDED
@@ -0,0 +1,596 @@
1
+ "use strict";
2
+ /**
3
+ * @fileoverview Main entry point for ts-time-utils library
4
+ * Re-exports all functions from individual modules for convenience
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.getLifeStage = exports.getAgeInUnits = exports.calculateAge = exports.isSameQuarter = exports.isInQuarter = exports.isSameSecond = exports.isSameMinute = exports.isSameHour = exports.isValidISOString = exports.isValidTimeString = exports.isInNextNDays = exports.isInLastNDays = exports.isBusinessDay = exports.isWeekday = exports.isWeekend = exports.isThisYear = exports.isThisMonth = exports.isThisWeek = exports.isSameYear = exports.isSameMonth = exports.isSameWeek = exports.isSameDay = exports.isTomorrow = exports.isYesterday = exports.isToday = exports.isFuture = exports.isPast = exports.isLeapYear = exports.isValidDate = exports.floorDate = exports.ceilDate = exports.roundToNearestUnit = exports.businessDaysBetween = exports.isBetween = exports.endOf = exports.startOf = exports.subtractTime = exports.addTime = exports.differenceInCalendarDays = exports.differenceInUnits = exports.formatCalendarDate = exports.formatDurationCompact = exports.formatDayOrdinal = exports.formatOrdinal = exports.formatDateRange = exports.formatDate = exports.parseDuration = exports.formatTime = exports.timeAgo = exports.formatDuration = void 0;
8
+ exports.parseTime = exports.parseISO8601DurationToMs = exports.parseISO8601Duration = exports.parseManyFormats = exports.parseCustomFormat = exports.parseTimeAgo = exports.parseRelativeDate = exports.parseDate = exports.getEndOfQuarter = exports.getStartOfQuarter = exports.lastDayOfCentury = exports.firstDayOfDecade = exports.lastDayOfDecade = exports.getWeekYear = exports.getWeeksInMonth = exports.getEndOfWeek = exports.getStartOfWeek = exports.getUSHolidayName = exports.isUSHoliday = exports.getUSHolidays = exports.getGoodFriday = exports.getChristmasDay = exports.getThanksgivingDay = exports.getVeteransDay = exports.getColumbusDay = exports.getLaborDay = exports.getIndependenceDay = exports.getMemorialDay = exports.getPresidentsDay = exports.getMLKDay = exports.getNewYearsDay = exports.getNthDayOfMonth = exports.getLastDayOfYear = exports.getFirstDayOfYear = exports.getLastDayOfMonth = exports.getFirstDayOfMonth = exports.getWeekdaysInMonth = exports.getDaysInMonthArray = exports.getMonthsInYear = exports.getEaster = exports.getDaysInYear = exports.getDaysInMonth = exports.getWeeksInYear = exports.getDayOfYear = exports.getQuarter = exports.getWeekOfMonth = exports.getWeekNumber = exports.isBirthday = exports.getDaysUntilBirthday = exports.getNextBirthday = void 0;
9
+ exports.getPreviousWorkingDay = exports.getNextWorkingDay = exports.subtractWorkingDays = exports.addWorkingDays = exports.addWorkingHours = exports.workingTimeBetween = exports.nextWorkingTime = exports.isWorkingTime = exports.isWorkingDay = exports.DEFAULT_WORKING_HOURS = exports.isSameTimezone = exports.getTimezoneDifferenceHours = exports.convertBetweenZones = exports.getTimezoneAbbreviation = exports.findCommonWorkingHours = exports.getNextDSTTransition = exports.isDST = exports.reinterpretAsZone = exports.compareZoneOffsets = exports.getLocalOffset = exports.COMMON_TIMEZONES = exports.isValidTimeZone = exports.convertDateToZone = exports.getZonedTime = exports.formatInTimeZone = exports.getTimezoneOffset = exports.normalizeIntervals = exports.totalIntervalCoverage = exports.splitIntervalByDay = exports.subtractInterval = exports.mergeIntervals = exports.intervalIntersection = exports.intervalsOverlap = exports.intervalContains = exports.intervalDuration = exports.isValidInterval = exports.createInterval = exports.Stopwatch = exports.benchmark = exports.measureAsync = exports.measureTime = exports.createStopwatch = exports.retry = exports.throttle = exports.debounce = exports.timeout = exports.sleep = exports.parseRangeEndpoint = exports.parseAutoFormat = exports.guessDateFormat = void 0;
10
+ exports.now = exports.datesEqual = exports.cloneDate = exports.isValidEpochTimestamp = exports.isValidISODateString = exports.fromDateObject = exports.toDateObject = exports.createEpochTimestamp = exports.fromEpochTimestamp = exports.toEpochTimestamp = exports.parseISOString = exports.createDateReplacer = exports.createDateReviver = exports.deserializeDate = exports.serializeDate = exports.averageDuration = exports.sumDurations = exports.minDuration = exports.maxDuration = exports.formatDurationString = exports.parseDurationString = exports.isValidDuration = exports.createDuration = exports.Duration = exports.RANGE_PRESETS = exports.nextQuarter = exports.lastQuarter = exports.quarterRange = exports.rollingWindowDays = exports.nextYear = exports.lastYear = exports.thisYear = exports.nextMonth = exports.lastMonth = exports.thisMonth = exports.nextWeek = exports.lastWeek = exports.thisWeek = exports.nextNDays = exports.lastNDays = exports.tomorrow = exports.yesterday = exports.today = exports.getWorkingHoursPerDay = exports.getWorkDayEnd = exports.getWorkDayStart = exports.isBreakTime = exports.workingDaysBetween = exports.getWorkingDaysInMonthArray = exports.getWorkingDaysInMonth = void 0;
11
+ exports.subtractRange = exports.getUnion = exports.getIntersection = exports.containsDate = exports.splitRange = exports.findGaps = exports.mergeDateRanges = exports.hasOverlappingRanges = exports.dateRangeOverlap = exports.createDeadline = exports.getTimeUntil = exports.getProgressPercentage = exports.isExpired = exports.formatCountdown = exports.getRemainingTime = exports.createCountdown = exports.recurrenceToString = exports.isValidRecurrenceRule = exports.isRecurrenceDate = exports.getOccurrencesBetween = exports.getNextOccurrence = exports.createRecurrence = exports.formatDistanceStrict = exports.formatISOTime = exports.formatISODate = exports.intlFormat = exports.getLocaleWeekendDays = exports.getLocaleWeekStartsOn = exports.getWeekInfo = exports.compareLocaleFormats = exports.convertRelativeTimeArray = exports.convertFormattedDate = exports.convertFormatPattern = exports.detectLocaleFromRelativeTime = exports.convertRelativeTime = exports.detectLocale = exports.getBestMatchingLocale = exports.isLocaleSupported = exports.getFirstDayOfWeek = exports.getDayNames = exports.getMonthNames = exports.formatDateTimeLocale = exports.formatTimeLocale = exports.formatDateLocale = exports.formatRelativeTime = exports.getSupportedLocales = exports.getLocaleConfig = exports.registerLocale = exports.stringifyWithDates = exports.parseJSONWithDates = void 0;
12
+ exports.minDate = exports.sortDates = exports.compareDatesDesc = exports.compareDates = exports.FISCAL_PRESETS = exports.getFiscalPeriodInfo = exports.formatFiscalQuarter = exports.formatFiscalYear = exports.getFiscalWeek = exports.getFiscalYearProgress = exports.getDaysElapsedInFiscalYear = exports.getDaysRemainingInFiscalYear = exports.getFiscalMonth = exports.isSameFiscalQuarter = exports.isSameFiscalYear = exports.getFiscalQuarterEnd = exports.getFiscalQuarterStart = exports.getFiscalYearEnd = exports.getFiscalYearStart = exports.getFiscalQuarter = exports.getFiscalYear = exports.CRON_PRESETS = exports.describeCron = exports.isValidCron = exports.getPreviousCronDate = exports.getNextCronDates = exports.getNextCronDate = exports.matchesCron = exports.parseCronField = exports.parseCronExpression = exports.SECONDS_PER_WEEK = exports.SECONDS_PER_DAY = exports.SECONDS_PER_HOUR = exports.SECONDS_PER_MINUTE = exports.MILLISECONDS_PER_YEAR = exports.MILLISECONDS_PER_MONTH = exports.MILLISECONDS_PER_WEEK = exports.MILLISECONDS_PER_DAY = exports.MILLISECONDS_PER_HOUR = exports.MILLISECONDS_PER_MINUTE = exports.MILLISECONDS_PER_SECOND = exports.suggestDateFromContext = exports.extractDatesFromText = exports.parseRelativePhrase = exports.parseNaturalDate = exports.sortRanges = exports.rangeContains = exports.shrinkRange = exports.expandRange = exports.getRangeDuration = void 0;
13
+ exports.previousDay = exports.eachWeekendOfYear = exports.eachWeekendOfMonth = exports.eachNthDayOfMonth = exports.eachMonthEnd = exports.filterDays = exports.iterateMonths = exports.iterateWeekdays = exports.iterateDays = exports.iterateDates = exports.countMonths = exports.countWeeks = exports.countWeekendDays = exports.countWeekdays = exports.countDays = exports.eachInterval = exports.eachDayOfWeek = exports.eachMinute = exports.eachHour = exports.eachYear = exports.eachQuarter = exports.eachMonth = exports.eachWeek = exports.eachWeekend = exports.eachWeekday = exports.eachDay = exports.getOverlappingDaysInIntervals = exports.closestIndexTo = exports.nthDate = exports.partitionDates = exports.dateSpan = exports.isChronological = exports.snapDate = exports.roundDate = exports.averageDate = exports.medianDate = exports.groupDatesByDayOfWeek = exports.groupDatesByDay = exports.groupDatesByMonth = exports.groupDatesByYear = exports.groupDates = exports.filterDatesInRange = exports.isDateInRange = exports.clampDate = exports.closestPastDate = exports.closestFutureDate = exports.closestDate = exports.uniqueDates = exports.dateExtent = exports.maxDate = void 0;
14
+ exports.toIslamicDate = exports.toHebrewDate = exports.isPluginRegistered = exports.getPluginMethods = exports.getRegisteredPlugins = exports.uninstall = exports.extend = exports.formatMs = exports.ChainedDate = exports.chain = exports.getSupportedCountries = exports.getUpcomingHolidays = exports.getNextHoliday = exports.getHolidayName = exports.isHoliday = exports.getHolidays = exports.getSwitzerlandHolidays = exports.getBelgiumHolidays = exports.getSwedenHolidays = exports.getPolandHolidays = exports.getSingaporeHolidays = exports.getSouthKoreaHolidays = exports.getMexicoHolidays = exports.getBrazilHolidays = exports.getFranceHolidays = exports.getJapanHolidays = exports.getIndiaHolidays = exports.getChinaHolidays = exports.getSpainHolidays = exports.getItalyHolidays = exports.getAustraliaHolidays = exports.getCanadaHolidays = exports.getGermanyHolidays = exports.getNetherlandsHolidays = exports.getUKHolidays = exports.nextSaturday = exports.nextFriday = exports.nextThursday = exports.nextWednesday = exports.nextTuesday = exports.nextMonday = exports.nextSunday = exports.previousSaturday = exports.previousFriday = exports.previousThursday = exports.previousWednesday = exports.previousTuesday = exports.previousMonday = exports.previousSunday = exports.nextDay = void 0;
15
+ exports.US_MARKET_HOLIDAYS = exports.MARKET_HOURS = exports.getOptionsExpiration = exports.addTradingDays = exports.countTradingDays = exports.eachTradingDay = exports.getTradeDateFromSettlement = exports.getSettlementDate = exports.getNextMarketClose = exports.getNextMarketOpen = exports.getMarketClose = exports.getMarketOpen = exports.getMarketHours = exports.isTradingDay = exports.isMarketHoliday = exports.isMarketOpen = exports.fromTemporal = exports.nowZonedDateTime = exports.nowPlainTime = exports.nowPlainDate = exports.nowPlainDateTime = exports.nowInstant = exports.parseTemporalDuration = exports.createTemporalDuration = exports.toInstant = exports.toZonedDateTime = exports.toPlainDateTime = exports.toPlainTime = exports.toPlainDate = exports.getSupportedCalendars = exports.isSameCalendarDay = exports.calendarToday = exports.compareCalendarDates = exports.calendarDateToString = exports.getChineseZodiacFull = exports.getChineseElement = exports.getChineseZodiac = exports.isPersianLeapYear = exports.getPersianMonthName = exports.getIslamicMonthName = exports.getHebrewMonthName = exports.isHebrewLeapYear = exports.getJapaneseEras = exports.getJapaneseEra = exports.getCalendarMonthNames = exports.formatInCalendar = exports.toChineseDate = exports.toPersianDate = exports.toJapaneseDate = exports.toBuddhistDate = void 0;
16
+ exports.getNextMedicationTime = exports.getMedicationTimes = exports.utcToTai = exports.taiToUtc = exports.isNearLeapSecond = exports.leapSecondsBetween = exports.LEAP_SECONDS = exports.assertValidDate = exports.parseValidDate = exports.ensureValidDate = exports.ValidDate = exports.resolveAmbiguousTime = exports.getDSTTransitionsInYear = exports.isInDSTOverlap = exports.isInDSTGap = exports.diffBigIntMs = exports.subtractBigIntMs = exports.addBigIntMs = exports.fromBigIntSeconds = exports.toBigIntSeconds = exports.fromBigIntMs = exports.toBigIntMs = exports.msToHighResDuration = exports.highResDurationToMs = exports.subtractHighResDuration = exports.addHighResDuration = exports.createHighResDuration = exports.parseNanoseconds = exports.formatNanoseconds = exports.nowNanoseconds = exports.compareNanoseconds = exports.subtractNanoseconds = exports.addNanoseconds = exports.nanosecondsToDate = exports.dateToNanoseconds = exports.fromNanoseconds = exports.createNanosecondTimestamp = exports.DEFAULT_SCHEDULING_CONFIG = exports.splitSlot = exports.mergeBookings = exports.expandRecurringAvailability = exports.removeBuffer = exports.addBuffer = exports.hasConflict = exports.findConflicts = exports.isSlotAvailable = exports.findNextAvailable = exports.getAvailableSlots = exports.generateSlotsForRange = exports.generateSlots = void 0;
17
+ exports.DEFAULT_MEDICATION_CONFIG = exports.SHIFT_DURATIONS = exports.MEDICATION_FREQUENCIES = exports.calculateRestBetweenShifts = exports.timeUntilDeadline = exports.getComplianceDeadline = exports.isWithinComplianceWindow = exports.getOnCallStaff = exports.createOnCallRotation = exports.isOnShift = exports.getShiftForTime = exports.generateShiftSchedule = exports.parseMedicationFrequency = void 0;
18
+ // Format utilities
19
+ var format_js_1 = require("./format.cjs");
20
+ Object.defineProperty(exports, "formatDuration", { enumerable: true, get: function () { return format_js_1.formatDuration; } });
21
+ Object.defineProperty(exports, "timeAgo", { enumerable: true, get: function () { return format_js_1.timeAgo; } });
22
+ Object.defineProperty(exports, "formatTime", { enumerable: true, get: function () { return format_js_1.formatTime; } });
23
+ Object.defineProperty(exports, "parseDuration", { enumerable: true, get: function () { return format_js_1.parseDuration; } });
24
+ Object.defineProperty(exports, "formatDate", { enumerable: true, get: function () { return format_js_1.formatDate; } });
25
+ Object.defineProperty(exports, "formatDateRange", { enumerable: true, get: function () { return format_js_1.formatDateRange; } });
26
+ Object.defineProperty(exports, "formatOrdinal", { enumerable: true, get: function () { return format_js_1.formatOrdinal; } });
27
+ Object.defineProperty(exports, "formatDayOrdinal", { enumerable: true, get: function () { return format_js_1.formatDayOrdinal; } });
28
+ Object.defineProperty(exports, "formatDurationCompact", { enumerable: true, get: function () { return format_js_1.formatDurationCompact; } });
29
+ Object.defineProperty(exports, "formatCalendarDate", { enumerable: true, get: function () { return format_js_1.formatCalendarDate; } });
30
+ // Calculation utilities
31
+ var calculate_js_1 = require("./calculate.cjs");
32
+ Object.defineProperty(exports, "differenceInUnits", { enumerable: true, get: function () { return calculate_js_1.differenceInUnits; } });
33
+ Object.defineProperty(exports, "differenceInCalendarDays", { enumerable: true, get: function () { return calculate_js_1.differenceInCalendarDays; } });
34
+ Object.defineProperty(exports, "addTime", { enumerable: true, get: function () { return calculate_js_1.addTime; } });
35
+ Object.defineProperty(exports, "subtractTime", { enumerable: true, get: function () { return calculate_js_1.subtractTime; } });
36
+ Object.defineProperty(exports, "startOf", { enumerable: true, get: function () { return calculate_js_1.startOf; } });
37
+ Object.defineProperty(exports, "endOf", { enumerable: true, get: function () { return calculate_js_1.endOf; } });
38
+ Object.defineProperty(exports, "isBetween", { enumerable: true, get: function () { return calculate_js_1.isBetween; } });
39
+ Object.defineProperty(exports, "businessDaysBetween", { enumerable: true, get: function () { return calculate_js_1.businessDaysBetween; } });
40
+ Object.defineProperty(exports, "roundToNearestUnit", { enumerable: true, get: function () { return calculate_js_1.roundToNearestUnit; } });
41
+ Object.defineProperty(exports, "ceilDate", { enumerable: true, get: function () { return calculate_js_1.ceilDate; } });
42
+ Object.defineProperty(exports, "floorDate", { enumerable: true, get: function () { return calculate_js_1.floorDate; } });
43
+ // Validation utilities
44
+ var validate_js_1 = require("./validate.cjs");
45
+ Object.defineProperty(exports, "isValidDate", { enumerable: true, get: function () { return validate_js_1.isValidDate; } });
46
+ Object.defineProperty(exports, "isLeapYear", { enumerable: true, get: function () { return validate_js_1.isLeapYear; } });
47
+ Object.defineProperty(exports, "isPast", { enumerable: true, get: function () { return validate_js_1.isPast; } });
48
+ Object.defineProperty(exports, "isFuture", { enumerable: true, get: function () { return validate_js_1.isFuture; } });
49
+ Object.defineProperty(exports, "isToday", { enumerable: true, get: function () { return validate_js_1.isToday; } });
50
+ Object.defineProperty(exports, "isYesterday", { enumerable: true, get: function () { return validate_js_1.isYesterday; } });
51
+ Object.defineProperty(exports, "isTomorrow", { enumerable: true, get: function () { return validate_js_1.isTomorrow; } });
52
+ Object.defineProperty(exports, "isSameDay", { enumerable: true, get: function () { return validate_js_1.isSameDay; } });
53
+ Object.defineProperty(exports, "isSameWeek", { enumerable: true, get: function () { return validate_js_1.isSameWeek; } });
54
+ Object.defineProperty(exports, "isSameMonth", { enumerable: true, get: function () { return validate_js_1.isSameMonth; } });
55
+ Object.defineProperty(exports, "isSameYear", { enumerable: true, get: function () { return validate_js_1.isSameYear; } });
56
+ Object.defineProperty(exports, "isThisWeek", { enumerable: true, get: function () { return validate_js_1.isThisWeek; } });
57
+ Object.defineProperty(exports, "isThisMonth", { enumerable: true, get: function () { return validate_js_1.isThisMonth; } });
58
+ Object.defineProperty(exports, "isThisYear", { enumerable: true, get: function () { return validate_js_1.isThisYear; } });
59
+ Object.defineProperty(exports, "isWeekend", { enumerable: true, get: function () { return validate_js_1.isWeekend; } });
60
+ Object.defineProperty(exports, "isWeekday", { enumerable: true, get: function () { return validate_js_1.isWeekday; } });
61
+ Object.defineProperty(exports, "isBusinessDay", { enumerable: true, get: function () { return validate_js_1.isBusinessDay; } });
62
+ Object.defineProperty(exports, "isInLastNDays", { enumerable: true, get: function () { return validate_js_1.isInLastNDays; } });
63
+ Object.defineProperty(exports, "isInNextNDays", { enumerable: true, get: function () { return validate_js_1.isInNextNDays; } });
64
+ Object.defineProperty(exports, "isValidTimeString", { enumerable: true, get: function () { return validate_js_1.isValidTimeString; } });
65
+ Object.defineProperty(exports, "isValidISOString", { enumerable: true, get: function () { return validate_js_1.isValidISOString; } });
66
+ Object.defineProperty(exports, "isSameHour", { enumerable: true, get: function () { return validate_js_1.isSameHour; } });
67
+ Object.defineProperty(exports, "isSameMinute", { enumerable: true, get: function () { return validate_js_1.isSameMinute; } });
68
+ Object.defineProperty(exports, "isSameSecond", { enumerable: true, get: function () { return validate_js_1.isSameSecond; } });
69
+ Object.defineProperty(exports, "isInQuarter", { enumerable: true, get: function () { return validate_js_1.isInQuarter; } });
70
+ Object.defineProperty(exports, "isSameQuarter", { enumerable: true, get: function () { return validate_js_1.isSameQuarter; } });
71
+ // Age utilities
72
+ var age_js_1 = require("./age.cjs");
73
+ Object.defineProperty(exports, "calculateAge", { enumerable: true, get: function () { return age_js_1.calculateAge; } });
74
+ Object.defineProperty(exports, "getAgeInUnits", { enumerable: true, get: function () { return age_js_1.getAgeInUnits; } });
75
+ Object.defineProperty(exports, "getLifeStage", { enumerable: true, get: function () { return age_js_1.getLifeStage; } });
76
+ Object.defineProperty(exports, "getNextBirthday", { enumerable: true, get: function () { return age_js_1.getNextBirthday; } });
77
+ Object.defineProperty(exports, "getDaysUntilBirthday", { enumerable: true, get: function () { return age_js_1.getDaysUntilBirthday; } });
78
+ Object.defineProperty(exports, "isBirthday", { enumerable: true, get: function () { return age_js_1.isBirthday; } });
79
+ // Calendar utilities
80
+ var calendar_js_1 = require("./calendar.cjs");
81
+ Object.defineProperty(exports, "getWeekNumber", { enumerable: true, get: function () { return calendar_js_1.getWeekNumber; } });
82
+ Object.defineProperty(exports, "getWeekOfMonth", { enumerable: true, get: function () { return calendar_js_1.getWeekOfMonth; } });
83
+ Object.defineProperty(exports, "getQuarter", { enumerable: true, get: function () { return calendar_js_1.getQuarter; } });
84
+ Object.defineProperty(exports, "getDayOfYear", { enumerable: true, get: function () { return calendar_js_1.getDayOfYear; } });
85
+ Object.defineProperty(exports, "getWeeksInYear", { enumerable: true, get: function () { return calendar_js_1.getWeeksInYear; } });
86
+ Object.defineProperty(exports, "getDaysInMonth", { enumerable: true, get: function () { return calendar_js_1.getDaysInMonth; } });
87
+ Object.defineProperty(exports, "getDaysInYear", { enumerable: true, get: function () { return calendar_js_1.getDaysInYear; } });
88
+ Object.defineProperty(exports, "getEaster", { enumerable: true, get: function () { return calendar_js_1.getEaster; } });
89
+ Object.defineProperty(exports, "getMonthsInYear", { enumerable: true, get: function () { return calendar_js_1.getMonthsInYear; } });
90
+ Object.defineProperty(exports, "getDaysInMonthArray", { enumerable: true, get: function () { return calendar_js_1.getDaysInMonthArray; } });
91
+ Object.defineProperty(exports, "getWeekdaysInMonth", { enumerable: true, get: function () { return calendar_js_1.getWeekdaysInMonth; } });
92
+ Object.defineProperty(exports, "getFirstDayOfMonth", { enumerable: true, get: function () { return calendar_js_1.getFirstDayOfMonth; } });
93
+ Object.defineProperty(exports, "getLastDayOfMonth", { enumerable: true, get: function () { return calendar_js_1.getLastDayOfMonth; } });
94
+ Object.defineProperty(exports, "getFirstDayOfYear", { enumerable: true, get: function () { return calendar_js_1.getFirstDayOfYear; } });
95
+ Object.defineProperty(exports, "getLastDayOfYear", { enumerable: true, get: function () { return calendar_js_1.getLastDayOfYear; } });
96
+ Object.defineProperty(exports, "getNthDayOfMonth", { enumerable: true, get: function () { return calendar_js_1.getNthDayOfMonth; } });
97
+ Object.defineProperty(exports, "getNewYearsDay", { enumerable: true, get: function () { return calendar_js_1.getNewYearsDay; } });
98
+ Object.defineProperty(exports, "getMLKDay", { enumerable: true, get: function () { return calendar_js_1.getMLKDay; } });
99
+ Object.defineProperty(exports, "getPresidentsDay", { enumerable: true, get: function () { return calendar_js_1.getPresidentsDay; } });
100
+ Object.defineProperty(exports, "getMemorialDay", { enumerable: true, get: function () { return calendar_js_1.getMemorialDay; } });
101
+ Object.defineProperty(exports, "getIndependenceDay", { enumerable: true, get: function () { return calendar_js_1.getIndependenceDay; } });
102
+ Object.defineProperty(exports, "getLaborDay", { enumerable: true, get: function () { return calendar_js_1.getLaborDay; } });
103
+ Object.defineProperty(exports, "getColumbusDay", { enumerable: true, get: function () { return calendar_js_1.getColumbusDay; } });
104
+ Object.defineProperty(exports, "getVeteransDay", { enumerable: true, get: function () { return calendar_js_1.getVeteransDay; } });
105
+ Object.defineProperty(exports, "getThanksgivingDay", { enumerable: true, get: function () { return calendar_js_1.getThanksgivingDay; } });
106
+ Object.defineProperty(exports, "getChristmasDay", { enumerable: true, get: function () { return calendar_js_1.getChristmasDay; } });
107
+ Object.defineProperty(exports, "getGoodFriday", { enumerable: true, get: function () { return calendar_js_1.getGoodFriday; } });
108
+ Object.defineProperty(exports, "getUSHolidays", { enumerable: true, get: function () { return calendar_js_1.getUSHolidays; } });
109
+ Object.defineProperty(exports, "isUSHoliday", { enumerable: true, get: function () { return calendar_js_1.isUSHoliday; } });
110
+ Object.defineProperty(exports, "getUSHolidayName", { enumerable: true, get: function () { return calendar_js_1.getUSHolidayName; } });
111
+ Object.defineProperty(exports, "getStartOfWeek", { enumerable: true, get: function () { return calendar_js_1.getStartOfWeek; } });
112
+ Object.defineProperty(exports, "getEndOfWeek", { enumerable: true, get: function () { return calendar_js_1.getEndOfWeek; } });
113
+ Object.defineProperty(exports, "getWeeksInMonth", { enumerable: true, get: function () { return calendar_js_1.getWeeksInMonth; } });
114
+ Object.defineProperty(exports, "getWeekYear", { enumerable: true, get: function () { return calendar_js_1.getWeekYear; } });
115
+ Object.defineProperty(exports, "lastDayOfDecade", { enumerable: true, get: function () { return calendar_js_1.lastDayOfDecade; } });
116
+ Object.defineProperty(exports, "firstDayOfDecade", { enumerable: true, get: function () { return calendar_js_1.firstDayOfDecade; } });
117
+ Object.defineProperty(exports, "lastDayOfCentury", { enumerable: true, get: function () { return calendar_js_1.lastDayOfCentury; } });
118
+ Object.defineProperty(exports, "getStartOfQuarter", { enumerable: true, get: function () { return calendar_js_1.getStartOfQuarter; } });
119
+ Object.defineProperty(exports, "getEndOfQuarter", { enumerable: true, get: function () { return calendar_js_1.getEndOfQuarter; } });
120
+ // Parse utilities
121
+ var parse_js_1 = require("./parse.cjs");
122
+ Object.defineProperty(exports, "parseDate", { enumerable: true, get: function () { return parse_js_1.parseDate; } });
123
+ Object.defineProperty(exports, "parseRelativeDate", { enumerable: true, get: function () { return parse_js_1.parseRelativeDate; } });
124
+ Object.defineProperty(exports, "parseTimeAgo", { enumerable: true, get: function () { return parse_js_1.parseTimeAgo; } });
125
+ Object.defineProperty(exports, "parseCustomFormat", { enumerable: true, get: function () { return parse_js_1.parseCustomFormat; } });
126
+ Object.defineProperty(exports, "parseManyFormats", { enumerable: true, get: function () { return parse_js_1.parseManyFormats; } });
127
+ Object.defineProperty(exports, "parseISO8601Duration", { enumerable: true, get: function () { return parse_js_1.parseISO8601Duration; } });
128
+ Object.defineProperty(exports, "parseISO8601DurationToMs", { enumerable: true, get: function () { return parse_js_1.parseISO8601DurationToMs; } });
129
+ Object.defineProperty(exports, "parseTime", { enumerable: true, get: function () { return parse_js_1.parseTime; } });
130
+ Object.defineProperty(exports, "guessDateFormat", { enumerable: true, get: function () { return parse_js_1.guessDateFormat; } });
131
+ Object.defineProperty(exports, "parseAutoFormat", { enumerable: true, get: function () { return parse_js_1.parseAutoFormat; } });
132
+ Object.defineProperty(exports, "parseRangeEndpoint", { enumerable: true, get: function () { return parse_js_1.parseRangeEndpoint; } });
133
+ // Performance utilities
134
+ var performance_js_1 = require("./performance.cjs");
135
+ Object.defineProperty(exports, "sleep", { enumerable: true, get: function () { return performance_js_1.sleep; } });
136
+ Object.defineProperty(exports, "timeout", { enumerable: true, get: function () { return performance_js_1.timeout; } });
137
+ Object.defineProperty(exports, "debounce", { enumerable: true, get: function () { return performance_js_1.debounce; } });
138
+ Object.defineProperty(exports, "throttle", { enumerable: true, get: function () { return performance_js_1.throttle; } });
139
+ Object.defineProperty(exports, "retry", { enumerable: true, get: function () { return performance_js_1.retry; } });
140
+ Object.defineProperty(exports, "createStopwatch", { enumerable: true, get: function () { return performance_js_1.createStopwatch; } });
141
+ Object.defineProperty(exports, "measureTime", { enumerable: true, get: function () { return performance_js_1.measureTime; } });
142
+ Object.defineProperty(exports, "measureAsync", { enumerable: true, get: function () { return performance_js_1.measureAsync; } });
143
+ Object.defineProperty(exports, "benchmark", { enumerable: true, get: function () { return performance_js_1.benchmark; } });
144
+ Object.defineProperty(exports, "Stopwatch", { enumerable: true, get: function () { return performance_js_1.Stopwatch; } });
145
+ // Interval utilities
146
+ var interval_js_1 = require("./interval.cjs");
147
+ Object.defineProperty(exports, "createInterval", { enumerable: true, get: function () { return interval_js_1.createInterval; } });
148
+ Object.defineProperty(exports, "isValidInterval", { enumerable: true, get: function () { return interval_js_1.isValidInterval; } });
149
+ Object.defineProperty(exports, "intervalDuration", { enumerable: true, get: function () { return interval_js_1.intervalDuration; } });
150
+ Object.defineProperty(exports, "intervalContains", { enumerable: true, get: function () { return interval_js_1.intervalContains; } });
151
+ Object.defineProperty(exports, "intervalsOverlap", { enumerable: true, get: function () { return interval_js_1.intervalsOverlap; } });
152
+ Object.defineProperty(exports, "intervalIntersection", { enumerable: true, get: function () { return interval_js_1.intervalIntersection; } });
153
+ Object.defineProperty(exports, "mergeIntervals", { enumerable: true, get: function () { return interval_js_1.mergeIntervals; } });
154
+ Object.defineProperty(exports, "subtractInterval", { enumerable: true, get: function () { return interval_js_1.subtractInterval; } });
155
+ Object.defineProperty(exports, "splitIntervalByDay", { enumerable: true, get: function () { return interval_js_1.splitIntervalByDay; } });
156
+ Object.defineProperty(exports, "totalIntervalCoverage", { enumerable: true, get: function () { return interval_js_1.totalIntervalCoverage; } });
157
+ Object.defineProperty(exports, "normalizeIntervals", { enumerable: true, get: function () { return interval_js_1.normalizeIntervals; } });
158
+ // Timezone utilities
159
+ var timezone_js_1 = require("./timezone.cjs");
160
+ Object.defineProperty(exports, "getTimezoneOffset", { enumerable: true, get: function () { return timezone_js_1.getTimezoneOffset; } });
161
+ Object.defineProperty(exports, "formatInTimeZone", { enumerable: true, get: function () { return timezone_js_1.formatInTimeZone; } });
162
+ Object.defineProperty(exports, "getZonedTime", { enumerable: true, get: function () { return timezone_js_1.getZonedTime; } });
163
+ Object.defineProperty(exports, "convertDateToZone", { enumerable: true, get: function () { return timezone_js_1.convertDateToZone; } });
164
+ Object.defineProperty(exports, "isValidTimeZone", { enumerable: true, get: function () { return timezone_js_1.isValidTimeZone; } });
165
+ Object.defineProperty(exports, "COMMON_TIMEZONES", { enumerable: true, get: function () { return timezone_js_1.COMMON_TIMEZONES; } });
166
+ Object.defineProperty(exports, "getLocalOffset", { enumerable: true, get: function () { return timezone_js_1.getLocalOffset; } });
167
+ Object.defineProperty(exports, "compareZoneOffsets", { enumerable: true, get: function () { return timezone_js_1.compareZoneOffsets; } });
168
+ Object.defineProperty(exports, "reinterpretAsZone", { enumerable: true, get: function () { return timezone_js_1.reinterpretAsZone; } });
169
+ Object.defineProperty(exports, "isDST", { enumerable: true, get: function () { return timezone_js_1.isDST; } });
170
+ Object.defineProperty(exports, "getNextDSTTransition", { enumerable: true, get: function () { return timezone_js_1.getNextDSTTransition; } });
171
+ Object.defineProperty(exports, "findCommonWorkingHours", { enumerable: true, get: function () { return timezone_js_1.findCommonWorkingHours; } });
172
+ Object.defineProperty(exports, "getTimezoneAbbreviation", { enumerable: true, get: function () { return timezone_js_1.getTimezoneAbbreviation; } });
173
+ Object.defineProperty(exports, "convertBetweenZones", { enumerable: true, get: function () { return timezone_js_1.convertBetweenZones; } });
174
+ Object.defineProperty(exports, "getTimezoneDifferenceHours", { enumerable: true, get: function () { return timezone_js_1.getTimezoneDifferenceHours; } });
175
+ Object.defineProperty(exports, "isSameTimezone", { enumerable: true, get: function () { return timezone_js_1.isSameTimezone; } });
176
+ // Working hours utilities
177
+ var workingHours_js_1 = require("./workingHours.cjs");
178
+ Object.defineProperty(exports, "DEFAULT_WORKING_HOURS", { enumerable: true, get: function () { return workingHours_js_1.DEFAULT_WORKING_HOURS; } });
179
+ Object.defineProperty(exports, "isWorkingDay", { enumerable: true, get: function () { return workingHours_js_1.isWorkingDay; } });
180
+ Object.defineProperty(exports, "isWorkingTime", { enumerable: true, get: function () { return workingHours_js_1.isWorkingTime; } });
181
+ Object.defineProperty(exports, "nextWorkingTime", { enumerable: true, get: function () { return workingHours_js_1.nextWorkingTime; } });
182
+ Object.defineProperty(exports, "workingTimeBetween", { enumerable: true, get: function () { return workingHours_js_1.workingTimeBetween; } });
183
+ Object.defineProperty(exports, "addWorkingHours", { enumerable: true, get: function () { return workingHours_js_1.addWorkingHours; } });
184
+ Object.defineProperty(exports, "addWorkingDays", { enumerable: true, get: function () { return workingHours_js_1.addWorkingDays; } });
185
+ Object.defineProperty(exports, "subtractWorkingDays", { enumerable: true, get: function () { return workingHours_js_1.subtractWorkingDays; } });
186
+ Object.defineProperty(exports, "getNextWorkingDay", { enumerable: true, get: function () { return workingHours_js_1.getNextWorkingDay; } });
187
+ Object.defineProperty(exports, "getPreviousWorkingDay", { enumerable: true, get: function () { return workingHours_js_1.getPreviousWorkingDay; } });
188
+ Object.defineProperty(exports, "getWorkingDaysInMonth", { enumerable: true, get: function () { return workingHours_js_1.getWorkingDaysInMonth; } });
189
+ Object.defineProperty(exports, "getWorkingDaysInMonthArray", { enumerable: true, get: function () { return workingHours_js_1.getWorkingDaysInMonthArray; } });
190
+ Object.defineProperty(exports, "workingDaysBetween", { enumerable: true, get: function () { return workingHours_js_1.workingDaysBetween; } });
191
+ Object.defineProperty(exports, "isBreakTime", { enumerable: true, get: function () { return workingHours_js_1.isBreakTime; } });
192
+ Object.defineProperty(exports, "getWorkDayStart", { enumerable: true, get: function () { return workingHours_js_1.getWorkDayStart; } });
193
+ Object.defineProperty(exports, "getWorkDayEnd", { enumerable: true, get: function () { return workingHours_js_1.getWorkDayEnd; } });
194
+ Object.defineProperty(exports, "getWorkingHoursPerDay", { enumerable: true, get: function () { return workingHours_js_1.getWorkingHoursPerDay; } });
195
+ // Range preset utilities
196
+ var rangePresets_js_1 = require("./rangePresets.cjs");
197
+ Object.defineProperty(exports, "today", { enumerable: true, get: function () { return rangePresets_js_1.today; } });
198
+ Object.defineProperty(exports, "yesterday", { enumerable: true, get: function () { return rangePresets_js_1.yesterday; } });
199
+ Object.defineProperty(exports, "tomorrow", { enumerable: true, get: function () { return rangePresets_js_1.tomorrow; } });
200
+ Object.defineProperty(exports, "lastNDays", { enumerable: true, get: function () { return rangePresets_js_1.lastNDays; } });
201
+ Object.defineProperty(exports, "nextNDays", { enumerable: true, get: function () { return rangePresets_js_1.nextNDays; } });
202
+ Object.defineProperty(exports, "thisWeek", { enumerable: true, get: function () { return rangePresets_js_1.thisWeek; } });
203
+ Object.defineProperty(exports, "lastWeek", { enumerable: true, get: function () { return rangePresets_js_1.lastWeek; } });
204
+ Object.defineProperty(exports, "nextWeek", { enumerable: true, get: function () { return rangePresets_js_1.nextWeek; } });
205
+ Object.defineProperty(exports, "thisMonth", { enumerable: true, get: function () { return rangePresets_js_1.thisMonth; } });
206
+ Object.defineProperty(exports, "lastMonth", { enumerable: true, get: function () { return rangePresets_js_1.lastMonth; } });
207
+ Object.defineProperty(exports, "nextMonth", { enumerable: true, get: function () { return rangePresets_js_1.nextMonth; } });
208
+ Object.defineProperty(exports, "thisYear", { enumerable: true, get: function () { return rangePresets_js_1.thisYear; } });
209
+ Object.defineProperty(exports, "lastYear", { enumerable: true, get: function () { return rangePresets_js_1.lastYear; } });
210
+ Object.defineProperty(exports, "nextYear", { enumerable: true, get: function () { return rangePresets_js_1.nextYear; } });
211
+ Object.defineProperty(exports, "rollingWindowDays", { enumerable: true, get: function () { return rangePresets_js_1.rollingWindowDays; } });
212
+ Object.defineProperty(exports, "quarterRange", { enumerable: true, get: function () { return rangePresets_js_1.quarterRange; } });
213
+ Object.defineProperty(exports, "lastQuarter", { enumerable: true, get: function () { return rangePresets_js_1.lastQuarter; } });
214
+ Object.defineProperty(exports, "nextQuarter", { enumerable: true, get: function () { return rangePresets_js_1.nextQuarter; } });
215
+ Object.defineProperty(exports, "RANGE_PRESETS", { enumerable: true, get: function () { return rangePresets_js_1.RANGE_PRESETS; } });
216
+ // Duration utilities
217
+ var duration_js_1 = require("./duration.cjs");
218
+ Object.defineProperty(exports, "Duration", { enumerable: true, get: function () { return duration_js_1.Duration; } });
219
+ Object.defineProperty(exports, "createDuration", { enumerable: true, get: function () { return duration_js_1.createDuration; } });
220
+ Object.defineProperty(exports, "isValidDuration", { enumerable: true, get: function () { return duration_js_1.isValidDuration; } });
221
+ Object.defineProperty(exports, "parseDurationString", { enumerable: true, get: function () { return duration_js_1.parseDurationString; } });
222
+ Object.defineProperty(exports, "formatDurationString", { enumerable: true, get: function () { return duration_js_1.formatDurationString; } });
223
+ Object.defineProperty(exports, "maxDuration", { enumerable: true, get: function () { return duration_js_1.maxDuration; } });
224
+ Object.defineProperty(exports, "minDuration", { enumerable: true, get: function () { return duration_js_1.minDuration; } });
225
+ Object.defineProperty(exports, "sumDurations", { enumerable: true, get: function () { return duration_js_1.sumDurations; } });
226
+ Object.defineProperty(exports, "averageDuration", { enumerable: true, get: function () { return duration_js_1.averageDuration; } });
227
+ // Serialization utilities
228
+ var serialize_js_1 = require("./serialize.cjs");
229
+ Object.defineProperty(exports, "serializeDate", { enumerable: true, get: function () { return serialize_js_1.serializeDate; } });
230
+ Object.defineProperty(exports, "deserializeDate", { enumerable: true, get: function () { return serialize_js_1.deserializeDate; } });
231
+ Object.defineProperty(exports, "createDateReviver", { enumerable: true, get: function () { return serialize_js_1.createDateReviver; } });
232
+ Object.defineProperty(exports, "createDateReplacer", { enumerable: true, get: function () { return serialize_js_1.createDateReplacer; } });
233
+ Object.defineProperty(exports, "parseISOString", { enumerable: true, get: function () { return serialize_js_1.parseISOString; } });
234
+ Object.defineProperty(exports, "toEpochTimestamp", { enumerable: true, get: function () { return serialize_js_1.toEpochTimestamp; } });
235
+ Object.defineProperty(exports, "fromEpochTimestamp", { enumerable: true, get: function () { return serialize_js_1.fromEpochTimestamp; } });
236
+ Object.defineProperty(exports, "createEpochTimestamp", { enumerable: true, get: function () { return serialize_js_1.createEpochTimestamp; } });
237
+ Object.defineProperty(exports, "toDateObject", { enumerable: true, get: function () { return serialize_js_1.toDateObject; } });
238
+ Object.defineProperty(exports, "fromDateObject", { enumerable: true, get: function () { return serialize_js_1.fromDateObject; } });
239
+ Object.defineProperty(exports, "isValidISODateString", { enumerable: true, get: function () { return serialize_js_1.isValidISODateString; } });
240
+ Object.defineProperty(exports, "isValidEpochTimestamp", { enumerable: true, get: function () { return serialize_js_1.isValidEpochTimestamp; } });
241
+ Object.defineProperty(exports, "cloneDate", { enumerable: true, get: function () { return serialize_js_1.cloneDate; } });
242
+ Object.defineProperty(exports, "datesEqual", { enumerable: true, get: function () { return serialize_js_1.datesEqual; } });
243
+ Object.defineProperty(exports, "now", { enumerable: true, get: function () { return serialize_js_1.now; } });
244
+ Object.defineProperty(exports, "parseJSONWithDates", { enumerable: true, get: function () { return serialize_js_1.parseJSONWithDates; } });
245
+ Object.defineProperty(exports, "stringifyWithDates", { enumerable: true, get: function () { return serialize_js_1.stringifyWithDates; } });
246
+ // Locale utilities
247
+ var locale_js_1 = require("./locale.cjs");
248
+ Object.defineProperty(exports, "registerLocale", { enumerable: true, get: function () { return locale_js_1.registerLocale; } });
249
+ Object.defineProperty(exports, "getLocaleConfig", { enumerable: true, get: function () { return locale_js_1.getLocaleConfig; } });
250
+ Object.defineProperty(exports, "getSupportedLocales", { enumerable: true, get: function () { return locale_js_1.getSupportedLocales; } });
251
+ Object.defineProperty(exports, "formatRelativeTime", { enumerable: true, get: function () { return locale_js_1.formatRelativeTime; } });
252
+ Object.defineProperty(exports, "formatDateLocale", { enumerable: true, get: function () { return locale_js_1.formatDateLocale; } });
253
+ Object.defineProperty(exports, "formatTimeLocale", { enumerable: true, get: function () { return locale_js_1.formatTimeLocale; } });
254
+ Object.defineProperty(exports, "formatDateTimeLocale", { enumerable: true, get: function () { return locale_js_1.formatDateTimeLocale; } });
255
+ Object.defineProperty(exports, "getMonthNames", { enumerable: true, get: function () { return locale_js_1.getMonthNames; } });
256
+ Object.defineProperty(exports, "getDayNames", { enumerable: true, get: function () { return locale_js_1.getDayNames; } });
257
+ Object.defineProperty(exports, "getFirstDayOfWeek", { enumerable: true, get: function () { return locale_js_1.getFirstDayOfWeek; } });
258
+ Object.defineProperty(exports, "isLocaleSupported", { enumerable: true, get: function () { return locale_js_1.isLocaleSupported; } });
259
+ Object.defineProperty(exports, "getBestMatchingLocale", { enumerable: true, get: function () { return locale_js_1.getBestMatchingLocale; } });
260
+ Object.defineProperty(exports, "detectLocale", { enumerable: true, get: function () { return locale_js_1.detectLocale; } });
261
+ // Conversion utilities
262
+ Object.defineProperty(exports, "convertRelativeTime", { enumerable: true, get: function () { return locale_js_1.convertRelativeTime; } });
263
+ Object.defineProperty(exports, "detectLocaleFromRelativeTime", { enumerable: true, get: function () { return locale_js_1.detectLocaleFromRelativeTime; } });
264
+ Object.defineProperty(exports, "convertFormatPattern", { enumerable: true, get: function () { return locale_js_1.convertFormatPattern; } });
265
+ Object.defineProperty(exports, "convertFormattedDate", { enumerable: true, get: function () { return locale_js_1.convertFormattedDate; } });
266
+ Object.defineProperty(exports, "convertRelativeTimeArray", { enumerable: true, get: function () { return locale_js_1.convertRelativeTimeArray; } });
267
+ Object.defineProperty(exports, "compareLocaleFormats", { enumerable: true, get: function () { return locale_js_1.compareLocaleFormats; } });
268
+ // Week info utilities
269
+ Object.defineProperty(exports, "getWeekInfo", { enumerable: true, get: function () { return locale_js_1.getWeekInfo; } });
270
+ Object.defineProperty(exports, "getLocaleWeekStartsOn", { enumerable: true, get: function () { return locale_js_1.getLocaleWeekStartsOn; } });
271
+ Object.defineProperty(exports, "getLocaleWeekendDays", { enumerable: true, get: function () { return locale_js_1.getLocaleWeekendDays; } });
272
+ Object.defineProperty(exports, "intlFormat", { enumerable: true, get: function () { return locale_js_1.intlFormat; } });
273
+ Object.defineProperty(exports, "formatISODate", { enumerable: true, get: function () { return locale_js_1.formatISODate; } });
274
+ Object.defineProperty(exports, "formatISOTime", { enumerable: true, get: function () { return locale_js_1.formatISOTime; } });
275
+ Object.defineProperty(exports, "formatDistanceStrict", { enumerable: true, get: function () { return locale_js_1.formatDistanceStrict; } });
276
+ // Recurrence utilities
277
+ var recurrence_js_1 = require("./recurrence.cjs");
278
+ Object.defineProperty(exports, "createRecurrence", { enumerable: true, get: function () { return recurrence_js_1.createRecurrence; } });
279
+ Object.defineProperty(exports, "getNextOccurrence", { enumerable: true, get: function () { return recurrence_js_1.getNextOccurrence; } });
280
+ Object.defineProperty(exports, "getOccurrencesBetween", { enumerable: true, get: function () { return recurrence_js_1.getOccurrencesBetween; } });
281
+ Object.defineProperty(exports, "isRecurrenceDate", { enumerable: true, get: function () { return recurrence_js_1.isRecurrenceDate; } });
282
+ Object.defineProperty(exports, "isValidRecurrenceRule", { enumerable: true, get: function () { return recurrence_js_1.isValidRecurrenceRule; } });
283
+ Object.defineProperty(exports, "recurrenceToString", { enumerable: true, get: function () { return recurrence_js_1.recurrenceToString; } });
284
+ // Countdown utilities
285
+ var countdown_js_1 = require("./countdown.cjs");
286
+ Object.defineProperty(exports, "createCountdown", { enumerable: true, get: function () { return countdown_js_1.createCountdown; } });
287
+ Object.defineProperty(exports, "getRemainingTime", { enumerable: true, get: function () { return countdown_js_1.getRemainingTime; } });
288
+ Object.defineProperty(exports, "formatCountdown", { enumerable: true, get: function () { return countdown_js_1.formatCountdown; } });
289
+ Object.defineProperty(exports, "isExpired", { enumerable: true, get: function () { return countdown_js_1.isExpired; } });
290
+ Object.defineProperty(exports, "getProgressPercentage", { enumerable: true, get: function () { return countdown_js_1.getProgressPercentage; } });
291
+ Object.defineProperty(exports, "getTimeUntil", { enumerable: true, get: function () { return countdown_js_1.getTimeUntil; } });
292
+ Object.defineProperty(exports, "createDeadline", { enumerable: true, get: function () { return countdown_js_1.createDeadline; } });
293
+ // Date range utilities
294
+ var dateRange_js_1 = require("./dateRange.cjs");
295
+ Object.defineProperty(exports, "dateRangeOverlap", { enumerable: true, get: function () { return dateRange_js_1.dateRangeOverlap; } });
296
+ Object.defineProperty(exports, "hasOverlappingRanges", { enumerable: true, get: function () { return dateRange_js_1.hasOverlappingRanges; } });
297
+ Object.defineProperty(exports, "mergeDateRanges", { enumerable: true, get: function () { return dateRange_js_1.mergeDateRanges; } });
298
+ Object.defineProperty(exports, "findGaps", { enumerable: true, get: function () { return dateRange_js_1.findGaps; } });
299
+ Object.defineProperty(exports, "splitRange", { enumerable: true, get: function () { return dateRange_js_1.splitRange; } });
300
+ Object.defineProperty(exports, "containsDate", { enumerable: true, get: function () { return dateRange_js_1.containsDate; } });
301
+ Object.defineProperty(exports, "getIntersection", { enumerable: true, get: function () { return dateRange_js_1.getIntersection; } });
302
+ Object.defineProperty(exports, "getUnion", { enumerable: true, get: function () { return dateRange_js_1.getUnion; } });
303
+ Object.defineProperty(exports, "subtractRange", { enumerable: true, get: function () { return dateRange_js_1.subtractRange; } });
304
+ Object.defineProperty(exports, "getRangeDuration", { enumerable: true, get: function () { return dateRange_js_1.getRangeDuration; } });
305
+ Object.defineProperty(exports, "expandRange", { enumerable: true, get: function () { return dateRange_js_1.expandRange; } });
306
+ Object.defineProperty(exports, "shrinkRange", { enumerable: true, get: function () { return dateRange_js_1.shrinkRange; } });
307
+ Object.defineProperty(exports, "rangeContains", { enumerable: true, get: function () { return dateRange_js_1.rangeContains; } });
308
+ Object.defineProperty(exports, "sortRanges", { enumerable: true, get: function () { return dateRange_js_1.sortRanges; } });
309
+ // Natural language parsing utilities
310
+ var naturalLanguage_js_1 = require("./naturalLanguage.cjs");
311
+ Object.defineProperty(exports, "parseNaturalDate", { enumerable: true, get: function () { return naturalLanguage_js_1.parseNaturalDate; } });
312
+ Object.defineProperty(exports, "parseRelativePhrase", { enumerable: true, get: function () { return naturalLanguage_js_1.parseRelativePhrase; } });
313
+ Object.defineProperty(exports, "extractDatesFromText", { enumerable: true, get: function () { return naturalLanguage_js_1.extractDatesFromText; } });
314
+ Object.defineProperty(exports, "suggestDateFromContext", { enumerable: true, get: function () { return naturalLanguage_js_1.suggestDateFromContext; } });
315
+ // Constants and types
316
+ var constants_js_1 = require("./constants.cjs");
317
+ Object.defineProperty(exports, "MILLISECONDS_PER_SECOND", { enumerable: true, get: function () { return constants_js_1.MILLISECONDS_PER_SECOND; } });
318
+ Object.defineProperty(exports, "MILLISECONDS_PER_MINUTE", { enumerable: true, get: function () { return constants_js_1.MILLISECONDS_PER_MINUTE; } });
319
+ Object.defineProperty(exports, "MILLISECONDS_PER_HOUR", { enumerable: true, get: function () { return constants_js_1.MILLISECONDS_PER_HOUR; } });
320
+ Object.defineProperty(exports, "MILLISECONDS_PER_DAY", { enumerable: true, get: function () { return constants_js_1.MILLISECONDS_PER_DAY; } });
321
+ Object.defineProperty(exports, "MILLISECONDS_PER_WEEK", { enumerable: true, get: function () { return constants_js_1.MILLISECONDS_PER_WEEK; } });
322
+ Object.defineProperty(exports, "MILLISECONDS_PER_MONTH", { enumerable: true, get: function () { return constants_js_1.MILLISECONDS_PER_MONTH; } });
323
+ Object.defineProperty(exports, "MILLISECONDS_PER_YEAR", { enumerable: true, get: function () { return constants_js_1.MILLISECONDS_PER_YEAR; } });
324
+ Object.defineProperty(exports, "SECONDS_PER_MINUTE", { enumerable: true, get: function () { return constants_js_1.SECONDS_PER_MINUTE; } });
325
+ Object.defineProperty(exports, "SECONDS_PER_HOUR", { enumerable: true, get: function () { return constants_js_1.SECONDS_PER_HOUR; } });
326
+ Object.defineProperty(exports, "SECONDS_PER_DAY", { enumerable: true, get: function () { return constants_js_1.SECONDS_PER_DAY; } });
327
+ Object.defineProperty(exports, "SECONDS_PER_WEEK", { enumerable: true, get: function () { return constants_js_1.SECONDS_PER_WEEK; } });
328
+ // Cron expression utilities
329
+ var cron_js_1 = require("./cron.cjs");
330
+ Object.defineProperty(exports, "parseCronExpression", { enumerable: true, get: function () { return cron_js_1.parseCronExpression; } });
331
+ Object.defineProperty(exports, "parseCronField", { enumerable: true, get: function () { return cron_js_1.parseCronField; } });
332
+ Object.defineProperty(exports, "matchesCron", { enumerable: true, get: function () { return cron_js_1.matchesCron; } });
333
+ Object.defineProperty(exports, "getNextCronDate", { enumerable: true, get: function () { return cron_js_1.getNextCronDate; } });
334
+ Object.defineProperty(exports, "getNextCronDates", { enumerable: true, get: function () { return cron_js_1.getNextCronDates; } });
335
+ Object.defineProperty(exports, "getPreviousCronDate", { enumerable: true, get: function () { return cron_js_1.getPreviousCronDate; } });
336
+ Object.defineProperty(exports, "isValidCron", { enumerable: true, get: function () { return cron_js_1.isValidCron; } });
337
+ Object.defineProperty(exports, "describeCron", { enumerable: true, get: function () { return cron_js_1.describeCron; } });
338
+ Object.defineProperty(exports, "CRON_PRESETS", { enumerable: true, get: function () { return cron_js_1.CRON_PRESETS; } });
339
+ // Fiscal year utilities
340
+ var fiscal_js_1 = require("./fiscal.cjs");
341
+ Object.defineProperty(exports, "getFiscalYear", { enumerable: true, get: function () { return fiscal_js_1.getFiscalYear; } });
342
+ Object.defineProperty(exports, "getFiscalQuarter", { enumerable: true, get: function () { return fiscal_js_1.getFiscalQuarter; } });
343
+ Object.defineProperty(exports, "getFiscalYearStart", { enumerable: true, get: function () { return fiscal_js_1.getFiscalYearStart; } });
344
+ Object.defineProperty(exports, "getFiscalYearEnd", { enumerable: true, get: function () { return fiscal_js_1.getFiscalYearEnd; } });
345
+ Object.defineProperty(exports, "getFiscalQuarterStart", { enumerable: true, get: function () { return fiscal_js_1.getFiscalQuarterStart; } });
346
+ Object.defineProperty(exports, "getFiscalQuarterEnd", { enumerable: true, get: function () { return fiscal_js_1.getFiscalQuarterEnd; } });
347
+ Object.defineProperty(exports, "isSameFiscalYear", { enumerable: true, get: function () { return fiscal_js_1.isSameFiscalYear; } });
348
+ Object.defineProperty(exports, "isSameFiscalQuarter", { enumerable: true, get: function () { return fiscal_js_1.isSameFiscalQuarter; } });
349
+ Object.defineProperty(exports, "getFiscalMonth", { enumerable: true, get: function () { return fiscal_js_1.getFiscalMonth; } });
350
+ Object.defineProperty(exports, "getDaysRemainingInFiscalYear", { enumerable: true, get: function () { return fiscal_js_1.getDaysRemainingInFiscalYear; } });
351
+ Object.defineProperty(exports, "getDaysElapsedInFiscalYear", { enumerable: true, get: function () { return fiscal_js_1.getDaysElapsedInFiscalYear; } });
352
+ Object.defineProperty(exports, "getFiscalYearProgress", { enumerable: true, get: function () { return fiscal_js_1.getFiscalYearProgress; } });
353
+ Object.defineProperty(exports, "getFiscalWeek", { enumerable: true, get: function () { return fiscal_js_1.getFiscalWeek; } });
354
+ Object.defineProperty(exports, "formatFiscalYear", { enumerable: true, get: function () { return fiscal_js_1.formatFiscalYear; } });
355
+ Object.defineProperty(exports, "formatFiscalQuarter", { enumerable: true, get: function () { return fiscal_js_1.formatFiscalQuarter; } });
356
+ Object.defineProperty(exports, "getFiscalPeriodInfo", { enumerable: true, get: function () { return fiscal_js_1.getFiscalPeriodInfo; } });
357
+ Object.defineProperty(exports, "FISCAL_PRESETS", { enumerable: true, get: function () { return fiscal_js_1.FISCAL_PRESETS; } });
358
+ // Date comparison and sorting utilities
359
+ var compare_js_1 = require("./compare.cjs");
360
+ Object.defineProperty(exports, "compareDates", { enumerable: true, get: function () { return compare_js_1.compareDates; } });
361
+ Object.defineProperty(exports, "compareDatesDesc", { enumerable: true, get: function () { return compare_js_1.compareDatesDesc; } });
362
+ Object.defineProperty(exports, "sortDates", { enumerable: true, get: function () { return compare_js_1.sortDates; } });
363
+ Object.defineProperty(exports, "minDate", { enumerable: true, get: function () { return compare_js_1.minDate; } });
364
+ Object.defineProperty(exports, "maxDate", { enumerable: true, get: function () { return compare_js_1.maxDate; } });
365
+ Object.defineProperty(exports, "dateExtent", { enumerable: true, get: function () { return compare_js_1.dateExtent; } });
366
+ Object.defineProperty(exports, "uniqueDates", { enumerable: true, get: function () { return compare_js_1.uniqueDates; } });
367
+ Object.defineProperty(exports, "closestDate", { enumerable: true, get: function () { return compare_js_1.closestDate; } });
368
+ Object.defineProperty(exports, "closestFutureDate", { enumerable: true, get: function () { return compare_js_1.closestFutureDate; } });
369
+ Object.defineProperty(exports, "closestPastDate", { enumerable: true, get: function () { return compare_js_1.closestPastDate; } });
370
+ Object.defineProperty(exports, "clampDate", { enumerable: true, get: function () { return compare_js_1.clampDate; } });
371
+ Object.defineProperty(exports, "isDateInRange", { enumerable: true, get: function () { return compare_js_1.isDateInRange; } });
372
+ Object.defineProperty(exports, "filterDatesInRange", { enumerable: true, get: function () { return compare_js_1.filterDatesInRange; } });
373
+ Object.defineProperty(exports, "groupDates", { enumerable: true, get: function () { return compare_js_1.groupDates; } });
374
+ Object.defineProperty(exports, "groupDatesByYear", { enumerable: true, get: function () { return compare_js_1.groupDatesByYear; } });
375
+ Object.defineProperty(exports, "groupDatesByMonth", { enumerable: true, get: function () { return compare_js_1.groupDatesByMonth; } });
376
+ Object.defineProperty(exports, "groupDatesByDay", { enumerable: true, get: function () { return compare_js_1.groupDatesByDay; } });
377
+ Object.defineProperty(exports, "groupDatesByDayOfWeek", { enumerable: true, get: function () { return compare_js_1.groupDatesByDayOfWeek; } });
378
+ Object.defineProperty(exports, "medianDate", { enumerable: true, get: function () { return compare_js_1.medianDate; } });
379
+ Object.defineProperty(exports, "averageDate", { enumerable: true, get: function () { return compare_js_1.averageDate; } });
380
+ Object.defineProperty(exports, "roundDate", { enumerable: true, get: function () { return compare_js_1.roundDate; } });
381
+ Object.defineProperty(exports, "snapDate", { enumerable: true, get: function () { return compare_js_1.snapDate; } });
382
+ Object.defineProperty(exports, "isChronological", { enumerable: true, get: function () { return compare_js_1.isChronological; } });
383
+ Object.defineProperty(exports, "dateSpan", { enumerable: true, get: function () { return compare_js_1.dateSpan; } });
384
+ Object.defineProperty(exports, "partitionDates", { enumerable: true, get: function () { return compare_js_1.partitionDates; } });
385
+ Object.defineProperty(exports, "nthDate", { enumerable: true, get: function () { return compare_js_1.nthDate; } });
386
+ Object.defineProperty(exports, "closestIndexTo", { enumerable: true, get: function () { return compare_js_1.closestIndexTo; } });
387
+ Object.defineProperty(exports, "getOverlappingDaysInIntervals", { enumerable: true, get: function () { return compare_js_1.getOverlappingDaysInIntervals; } });
388
+ // Date iteration utilities
389
+ var iterate_js_1 = require("./iterate.cjs");
390
+ Object.defineProperty(exports, "eachDay", { enumerable: true, get: function () { return iterate_js_1.eachDay; } });
391
+ Object.defineProperty(exports, "eachWeekday", { enumerable: true, get: function () { return iterate_js_1.eachWeekday; } });
392
+ Object.defineProperty(exports, "eachWeekend", { enumerable: true, get: function () { return iterate_js_1.eachWeekend; } });
393
+ Object.defineProperty(exports, "eachWeek", { enumerable: true, get: function () { return iterate_js_1.eachWeek; } });
394
+ Object.defineProperty(exports, "eachMonth", { enumerable: true, get: function () { return iterate_js_1.eachMonth; } });
395
+ Object.defineProperty(exports, "eachQuarter", { enumerable: true, get: function () { return iterate_js_1.eachQuarter; } });
396
+ Object.defineProperty(exports, "eachYear", { enumerable: true, get: function () { return iterate_js_1.eachYear; } });
397
+ Object.defineProperty(exports, "eachHour", { enumerable: true, get: function () { return iterate_js_1.eachHour; } });
398
+ Object.defineProperty(exports, "eachMinute", { enumerable: true, get: function () { return iterate_js_1.eachMinute; } });
399
+ Object.defineProperty(exports, "eachDayOfWeek", { enumerable: true, get: function () { return iterate_js_1.eachDayOfWeek; } });
400
+ Object.defineProperty(exports, "eachInterval", { enumerable: true, get: function () { return iterate_js_1.eachInterval; } });
401
+ Object.defineProperty(exports, "countDays", { enumerable: true, get: function () { return iterate_js_1.countDays; } });
402
+ Object.defineProperty(exports, "countWeekdays", { enumerable: true, get: function () { return iterate_js_1.countWeekdays; } });
403
+ Object.defineProperty(exports, "countWeekendDays", { enumerable: true, get: function () { return iterate_js_1.countWeekendDays; } });
404
+ Object.defineProperty(exports, "countWeeks", { enumerable: true, get: function () { return iterate_js_1.countWeeks; } });
405
+ Object.defineProperty(exports, "countMonths", { enumerable: true, get: function () { return iterate_js_1.countMonths; } });
406
+ Object.defineProperty(exports, "iterateDates", { enumerable: true, get: function () { return iterate_js_1.iterateDates; } });
407
+ Object.defineProperty(exports, "iterateDays", { enumerable: true, get: function () { return iterate_js_1.iterateDays; } });
408
+ Object.defineProperty(exports, "iterateWeekdays", { enumerable: true, get: function () { return iterate_js_1.iterateWeekdays; } });
409
+ Object.defineProperty(exports, "iterateMonths", { enumerable: true, get: function () { return iterate_js_1.iterateMonths; } });
410
+ Object.defineProperty(exports, "filterDays", { enumerable: true, get: function () { return iterate_js_1.filterDays; } });
411
+ Object.defineProperty(exports, "eachMonthEnd", { enumerable: true, get: function () { return iterate_js_1.eachMonthEnd; } });
412
+ Object.defineProperty(exports, "eachNthDayOfMonth", { enumerable: true, get: function () { return iterate_js_1.eachNthDayOfMonth; } });
413
+ Object.defineProperty(exports, "eachWeekendOfMonth", { enumerable: true, get: function () { return iterate_js_1.eachWeekendOfMonth; } });
414
+ Object.defineProperty(exports, "eachWeekendOfYear", { enumerable: true, get: function () { return iterate_js_1.eachWeekendOfYear; } });
415
+ Object.defineProperty(exports, "previousDay", { enumerable: true, get: function () { return iterate_js_1.previousDay; } });
416
+ Object.defineProperty(exports, "nextDay", { enumerable: true, get: function () { return iterate_js_1.nextDay; } });
417
+ Object.defineProperty(exports, "previousSunday", { enumerable: true, get: function () { return iterate_js_1.previousSunday; } });
418
+ Object.defineProperty(exports, "previousMonday", { enumerable: true, get: function () { return iterate_js_1.previousMonday; } });
419
+ Object.defineProperty(exports, "previousTuesday", { enumerable: true, get: function () { return iterate_js_1.previousTuesday; } });
420
+ Object.defineProperty(exports, "previousWednesday", { enumerable: true, get: function () { return iterate_js_1.previousWednesday; } });
421
+ Object.defineProperty(exports, "previousThursday", { enumerable: true, get: function () { return iterate_js_1.previousThursday; } });
422
+ Object.defineProperty(exports, "previousFriday", { enumerable: true, get: function () { return iterate_js_1.previousFriday; } });
423
+ Object.defineProperty(exports, "previousSaturday", { enumerable: true, get: function () { return iterate_js_1.previousSaturday; } });
424
+ Object.defineProperty(exports, "nextSunday", { enumerable: true, get: function () { return iterate_js_1.nextSunday; } });
425
+ Object.defineProperty(exports, "nextMonday", { enumerable: true, get: function () { return iterate_js_1.nextMonday; } });
426
+ Object.defineProperty(exports, "nextTuesday", { enumerable: true, get: function () { return iterate_js_1.nextTuesday; } });
427
+ Object.defineProperty(exports, "nextWednesday", { enumerable: true, get: function () { return iterate_js_1.nextWednesday; } });
428
+ Object.defineProperty(exports, "nextThursday", { enumerable: true, get: function () { return iterate_js_1.nextThursday; } });
429
+ Object.defineProperty(exports, "nextFriday", { enumerable: true, get: function () { return iterate_js_1.nextFriday; } });
430
+ Object.defineProperty(exports, "nextSaturday", { enumerable: true, get: function () { return iterate_js_1.nextSaturday; } });
431
+ // International holidays utilities
432
+ var holidays_js_1 = require("./holidays.cjs");
433
+ Object.defineProperty(exports, "getUKHolidays", { enumerable: true, get: function () { return holidays_js_1.getUKHolidays; } });
434
+ Object.defineProperty(exports, "getNetherlandsHolidays", { enumerable: true, get: function () { return holidays_js_1.getNetherlandsHolidays; } });
435
+ Object.defineProperty(exports, "getGermanyHolidays", { enumerable: true, get: function () { return holidays_js_1.getGermanyHolidays; } });
436
+ Object.defineProperty(exports, "getCanadaHolidays", { enumerable: true, get: function () { return holidays_js_1.getCanadaHolidays; } });
437
+ Object.defineProperty(exports, "getAustraliaHolidays", { enumerable: true, get: function () { return holidays_js_1.getAustraliaHolidays; } });
438
+ Object.defineProperty(exports, "getItalyHolidays", { enumerable: true, get: function () { return holidays_js_1.getItalyHolidays; } });
439
+ Object.defineProperty(exports, "getSpainHolidays", { enumerable: true, get: function () { return holidays_js_1.getSpainHolidays; } });
440
+ Object.defineProperty(exports, "getChinaHolidays", { enumerable: true, get: function () { return holidays_js_1.getChinaHolidays; } });
441
+ Object.defineProperty(exports, "getIndiaHolidays", { enumerable: true, get: function () { return holidays_js_1.getIndiaHolidays; } });
442
+ Object.defineProperty(exports, "getJapanHolidays", { enumerable: true, get: function () { return holidays_js_1.getJapanHolidays; } });
443
+ Object.defineProperty(exports, "getFranceHolidays", { enumerable: true, get: function () { return holidays_js_1.getFranceHolidays; } });
444
+ Object.defineProperty(exports, "getBrazilHolidays", { enumerable: true, get: function () { return holidays_js_1.getBrazilHolidays; } });
445
+ Object.defineProperty(exports, "getMexicoHolidays", { enumerable: true, get: function () { return holidays_js_1.getMexicoHolidays; } });
446
+ Object.defineProperty(exports, "getSouthKoreaHolidays", { enumerable: true, get: function () { return holidays_js_1.getSouthKoreaHolidays; } });
447
+ Object.defineProperty(exports, "getSingaporeHolidays", { enumerable: true, get: function () { return holidays_js_1.getSingaporeHolidays; } });
448
+ Object.defineProperty(exports, "getPolandHolidays", { enumerable: true, get: function () { return holidays_js_1.getPolandHolidays; } });
449
+ Object.defineProperty(exports, "getSwedenHolidays", { enumerable: true, get: function () { return holidays_js_1.getSwedenHolidays; } });
450
+ Object.defineProperty(exports, "getBelgiumHolidays", { enumerable: true, get: function () { return holidays_js_1.getBelgiumHolidays; } });
451
+ Object.defineProperty(exports, "getSwitzerlandHolidays", { enumerable: true, get: function () { return holidays_js_1.getSwitzerlandHolidays; } });
452
+ Object.defineProperty(exports, "getHolidays", { enumerable: true, get: function () { return holidays_js_1.getHolidays; } });
453
+ Object.defineProperty(exports, "isHoliday", { enumerable: true, get: function () { return holidays_js_1.isHoliday; } });
454
+ Object.defineProperty(exports, "getHolidayName", { enumerable: true, get: function () { return holidays_js_1.getHolidayName; } });
455
+ Object.defineProperty(exports, "getNextHoliday", { enumerable: true, get: function () { return holidays_js_1.getNextHoliday; } });
456
+ Object.defineProperty(exports, "getUpcomingHolidays", { enumerable: true, get: function () { return holidays_js_1.getUpcomingHolidays; } });
457
+ Object.defineProperty(exports, "getSupportedCountries", { enumerable: true, get: function () { return holidays_js_1.getSupportedCountries; } });
458
+ // Chain API (fluent interface)
459
+ var chain_js_1 = require("./chain.cjs");
460
+ Object.defineProperty(exports, "chain", { enumerable: true, get: function () { return chain_js_1.chain; } });
461
+ Object.defineProperty(exports, "ChainedDate", { enumerable: true, get: function () { return chain_js_1.ChainedDate; } });
462
+ Object.defineProperty(exports, "formatMs", { enumerable: true, get: function () { return chain_js_1.formatMs; } });
463
+ // Plugin system for extending ChainedDate
464
+ var plugins_js_1 = require("./plugins.cjs");
465
+ Object.defineProperty(exports, "extend", { enumerable: true, get: function () { return plugins_js_1.extend; } });
466
+ Object.defineProperty(exports, "uninstall", { enumerable: true, get: function () { return plugins_js_1.uninstall; } });
467
+ Object.defineProperty(exports, "getRegisteredPlugins", { enumerable: true, get: function () { return plugins_js_1.getRegisteredPlugins; } });
468
+ Object.defineProperty(exports, "getPluginMethods", { enumerable: true, get: function () { return plugins_js_1.getPluginMethods; } });
469
+ Object.defineProperty(exports, "isPluginRegistered", { enumerable: true, get: function () { return plugins_js_1.isPluginRegistered; } });
470
+ // Non-Gregorian calendar utilities
471
+ var calendars_js_1 = require("./calendars.cjs");
472
+ Object.defineProperty(exports, "toHebrewDate", { enumerable: true, get: function () { return calendars_js_1.toHebrewDate; } });
473
+ Object.defineProperty(exports, "toIslamicDate", { enumerable: true, get: function () { return calendars_js_1.toIslamicDate; } });
474
+ Object.defineProperty(exports, "toBuddhistDate", { enumerable: true, get: function () { return calendars_js_1.toBuddhistDate; } });
475
+ Object.defineProperty(exports, "toJapaneseDate", { enumerable: true, get: function () { return calendars_js_1.toJapaneseDate; } });
476
+ Object.defineProperty(exports, "toPersianDate", { enumerable: true, get: function () { return calendars_js_1.toPersianDate; } });
477
+ Object.defineProperty(exports, "toChineseDate", { enumerable: true, get: function () { return calendars_js_1.toChineseDate; } });
478
+ Object.defineProperty(exports, "formatInCalendar", { enumerable: true, get: function () { return calendars_js_1.formatInCalendar; } });
479
+ Object.defineProperty(exports, "getCalendarMonthNames", { enumerable: true, get: function () { return calendars_js_1.getCalendarMonthNames; } });
480
+ Object.defineProperty(exports, "getJapaneseEra", { enumerable: true, get: function () { return calendars_js_1.getJapaneseEra; } });
481
+ Object.defineProperty(exports, "getJapaneseEras", { enumerable: true, get: function () { return calendars_js_1.getJapaneseEras; } });
482
+ Object.defineProperty(exports, "isHebrewLeapYear", { enumerable: true, get: function () { return calendars_js_1.isHebrewLeapYear; } });
483
+ Object.defineProperty(exports, "getHebrewMonthName", { enumerable: true, get: function () { return calendars_js_1.getHebrewMonthName; } });
484
+ Object.defineProperty(exports, "getIslamicMonthName", { enumerable: true, get: function () { return calendars_js_1.getIslamicMonthName; } });
485
+ Object.defineProperty(exports, "getPersianMonthName", { enumerable: true, get: function () { return calendars_js_1.getPersianMonthName; } });
486
+ Object.defineProperty(exports, "isPersianLeapYear", { enumerable: true, get: function () { return calendars_js_1.isPersianLeapYear; } });
487
+ Object.defineProperty(exports, "getChineseZodiac", { enumerable: true, get: function () { return calendars_js_1.getChineseZodiac; } });
488
+ Object.defineProperty(exports, "getChineseElement", { enumerable: true, get: function () { return calendars_js_1.getChineseElement; } });
489
+ Object.defineProperty(exports, "getChineseZodiacFull", { enumerable: true, get: function () { return calendars_js_1.getChineseZodiacFull; } });
490
+ Object.defineProperty(exports, "calendarDateToString", { enumerable: true, get: function () { return calendars_js_1.calendarDateToString; } });
491
+ Object.defineProperty(exports, "compareCalendarDates", { enumerable: true, get: function () { return calendars_js_1.compareCalendarDates; } });
492
+ Object.defineProperty(exports, "calendarToday", { enumerable: true, get: function () { return calendars_js_1.today; } });
493
+ Object.defineProperty(exports, "isSameCalendarDay", { enumerable: true, get: function () { return calendars_js_1.isSameCalendarDay; } });
494
+ Object.defineProperty(exports, "getSupportedCalendars", { enumerable: true, get: function () { return calendars_js_1.getSupportedCalendars; } });
495
+ // Temporal API compatibility layer
496
+ var temporal_js_1 = require("./temporal.cjs");
497
+ Object.defineProperty(exports, "toPlainDate", { enumerable: true, get: function () { return temporal_js_1.toPlainDate; } });
498
+ Object.defineProperty(exports, "toPlainTime", { enumerable: true, get: function () { return temporal_js_1.toPlainTime; } });
499
+ Object.defineProperty(exports, "toPlainDateTime", { enumerable: true, get: function () { return temporal_js_1.toPlainDateTime; } });
500
+ Object.defineProperty(exports, "toZonedDateTime", { enumerable: true, get: function () { return temporal_js_1.toZonedDateTime; } });
501
+ Object.defineProperty(exports, "toInstant", { enumerable: true, get: function () { return temporal_js_1.toInstant; } });
502
+ Object.defineProperty(exports, "createTemporalDuration", { enumerable: true, get: function () { return temporal_js_1.createDuration; } });
503
+ Object.defineProperty(exports, "parseTemporalDuration", { enumerable: true, get: function () { return temporal_js_1.parseDuration; } });
504
+ Object.defineProperty(exports, "nowInstant", { enumerable: true, get: function () { return temporal_js_1.nowInstant; } });
505
+ Object.defineProperty(exports, "nowPlainDateTime", { enumerable: true, get: function () { return temporal_js_1.nowPlainDateTime; } });
506
+ Object.defineProperty(exports, "nowPlainDate", { enumerable: true, get: function () { return temporal_js_1.nowPlainDate; } });
507
+ Object.defineProperty(exports, "nowPlainTime", { enumerable: true, get: function () { return temporal_js_1.nowPlainTime; } });
508
+ Object.defineProperty(exports, "nowZonedDateTime", { enumerable: true, get: function () { return temporal_js_1.nowZonedDateTime; } });
509
+ Object.defineProperty(exports, "fromTemporal", { enumerable: true, get: function () { return temporal_js_1.fromTemporal; } });
510
+ // Finance utilities
511
+ var finance_js_1 = require("./finance.cjs");
512
+ Object.defineProperty(exports, "isMarketOpen", { enumerable: true, get: function () { return finance_js_1.isMarketOpen; } });
513
+ Object.defineProperty(exports, "isMarketHoliday", { enumerable: true, get: function () { return finance_js_1.isMarketHoliday; } });
514
+ Object.defineProperty(exports, "isTradingDay", { enumerable: true, get: function () { return finance_js_1.isTradingDay; } });
515
+ Object.defineProperty(exports, "getMarketHours", { enumerable: true, get: function () { return finance_js_1.getMarketHours; } });
516
+ Object.defineProperty(exports, "getMarketOpen", { enumerable: true, get: function () { return finance_js_1.getMarketOpen; } });
517
+ Object.defineProperty(exports, "getMarketClose", { enumerable: true, get: function () { return finance_js_1.getMarketClose; } });
518
+ Object.defineProperty(exports, "getNextMarketOpen", { enumerable: true, get: function () { return finance_js_1.getNextMarketOpen; } });
519
+ Object.defineProperty(exports, "getNextMarketClose", { enumerable: true, get: function () { return finance_js_1.getNextMarketClose; } });
520
+ Object.defineProperty(exports, "getSettlementDate", { enumerable: true, get: function () { return finance_js_1.getSettlementDate; } });
521
+ Object.defineProperty(exports, "getTradeDateFromSettlement", { enumerable: true, get: function () { return finance_js_1.getTradeDateFromSettlement; } });
522
+ Object.defineProperty(exports, "eachTradingDay", { enumerable: true, get: function () { return finance_js_1.eachTradingDay; } });
523
+ Object.defineProperty(exports, "countTradingDays", { enumerable: true, get: function () { return finance_js_1.countTradingDays; } });
524
+ Object.defineProperty(exports, "addTradingDays", { enumerable: true, get: function () { return finance_js_1.addTradingDays; } });
525
+ Object.defineProperty(exports, "getOptionsExpiration", { enumerable: true, get: function () { return finance_js_1.getOptionsExpiration; } });
526
+ Object.defineProperty(exports, "MARKET_HOURS", { enumerable: true, get: function () { return finance_js_1.MARKET_HOURS; } });
527
+ Object.defineProperty(exports, "US_MARKET_HOLIDAYS", { enumerable: true, get: function () { return finance_js_1.US_MARKET_HOLIDAYS; } });
528
+ // Scheduling utilities
529
+ var scheduling_js_1 = require("./scheduling.cjs");
530
+ Object.defineProperty(exports, "generateSlots", { enumerable: true, get: function () { return scheduling_js_1.generateSlots; } });
531
+ Object.defineProperty(exports, "generateSlotsForRange", { enumerable: true, get: function () { return scheduling_js_1.generateSlotsForRange; } });
532
+ Object.defineProperty(exports, "getAvailableSlots", { enumerable: true, get: function () { return scheduling_js_1.getAvailableSlots; } });
533
+ Object.defineProperty(exports, "findNextAvailable", { enumerable: true, get: function () { return scheduling_js_1.findNextAvailable; } });
534
+ Object.defineProperty(exports, "isSlotAvailable", { enumerable: true, get: function () { return scheduling_js_1.isSlotAvailable; } });
535
+ Object.defineProperty(exports, "findConflicts", { enumerable: true, get: function () { return scheduling_js_1.findConflicts; } });
536
+ Object.defineProperty(exports, "hasConflict", { enumerable: true, get: function () { return scheduling_js_1.hasConflict; } });
537
+ Object.defineProperty(exports, "addBuffer", { enumerable: true, get: function () { return scheduling_js_1.addBuffer; } });
538
+ Object.defineProperty(exports, "removeBuffer", { enumerable: true, get: function () { return scheduling_js_1.removeBuffer; } });
539
+ Object.defineProperty(exports, "expandRecurringAvailability", { enumerable: true, get: function () { return scheduling_js_1.expandRecurringAvailability; } });
540
+ Object.defineProperty(exports, "mergeBookings", { enumerable: true, get: function () { return scheduling_js_1.mergeBookings; } });
541
+ Object.defineProperty(exports, "splitSlot", { enumerable: true, get: function () { return scheduling_js_1.splitSlot; } });
542
+ Object.defineProperty(exports, "DEFAULT_SCHEDULING_CONFIG", { enumerable: true, get: function () { return scheduling_js_1.DEFAULT_SCHEDULING_CONFIG; } });
543
+ // High-precision utilities
544
+ var precision_js_1 = require("./precision.cjs");
545
+ Object.defineProperty(exports, "createNanosecondTimestamp", { enumerable: true, get: function () { return precision_js_1.createNanosecondTimestamp; } });
546
+ Object.defineProperty(exports, "fromNanoseconds", { enumerable: true, get: function () { return precision_js_1.fromNanoseconds; } });
547
+ Object.defineProperty(exports, "dateToNanoseconds", { enumerable: true, get: function () { return precision_js_1.dateToNanoseconds; } });
548
+ Object.defineProperty(exports, "nanosecondsToDate", { enumerable: true, get: function () { return precision_js_1.nanosecondsToDate; } });
549
+ Object.defineProperty(exports, "addNanoseconds", { enumerable: true, get: function () { return precision_js_1.addNanoseconds; } });
550
+ Object.defineProperty(exports, "subtractNanoseconds", { enumerable: true, get: function () { return precision_js_1.subtractNanoseconds; } });
551
+ Object.defineProperty(exports, "compareNanoseconds", { enumerable: true, get: function () { return precision_js_1.compareNanoseconds; } });
552
+ Object.defineProperty(exports, "nowNanoseconds", { enumerable: true, get: function () { return precision_js_1.nowNanoseconds; } });
553
+ Object.defineProperty(exports, "formatNanoseconds", { enumerable: true, get: function () { return precision_js_1.formatNanoseconds; } });
554
+ Object.defineProperty(exports, "parseNanoseconds", { enumerable: true, get: function () { return precision_js_1.parseNanoseconds; } });
555
+ Object.defineProperty(exports, "createHighResDuration", { enumerable: true, get: function () { return precision_js_1.createHighResDuration; } });
556
+ Object.defineProperty(exports, "addHighResDuration", { enumerable: true, get: function () { return precision_js_1.addHighResDuration; } });
557
+ Object.defineProperty(exports, "subtractHighResDuration", { enumerable: true, get: function () { return precision_js_1.subtractHighResDuration; } });
558
+ Object.defineProperty(exports, "highResDurationToMs", { enumerable: true, get: function () { return precision_js_1.highResDurationToMs; } });
559
+ Object.defineProperty(exports, "msToHighResDuration", { enumerable: true, get: function () { return precision_js_1.msToHighResDuration; } });
560
+ Object.defineProperty(exports, "toBigIntMs", { enumerable: true, get: function () { return precision_js_1.toBigIntMs; } });
561
+ Object.defineProperty(exports, "fromBigIntMs", { enumerable: true, get: function () { return precision_js_1.fromBigIntMs; } });
562
+ Object.defineProperty(exports, "toBigIntSeconds", { enumerable: true, get: function () { return precision_js_1.toBigIntSeconds; } });
563
+ Object.defineProperty(exports, "fromBigIntSeconds", { enumerable: true, get: function () { return precision_js_1.fromBigIntSeconds; } });
564
+ Object.defineProperty(exports, "addBigIntMs", { enumerable: true, get: function () { return precision_js_1.addBigIntMs; } });
565
+ Object.defineProperty(exports, "subtractBigIntMs", { enumerable: true, get: function () { return precision_js_1.subtractBigIntMs; } });
566
+ Object.defineProperty(exports, "diffBigIntMs", { enumerable: true, get: function () { return precision_js_1.diffBigIntMs; } });
567
+ Object.defineProperty(exports, "isInDSTGap", { enumerable: true, get: function () { return precision_js_1.isInDSTGap; } });
568
+ Object.defineProperty(exports, "isInDSTOverlap", { enumerable: true, get: function () { return precision_js_1.isInDSTOverlap; } });
569
+ Object.defineProperty(exports, "getDSTTransitionsInYear", { enumerable: true, get: function () { return precision_js_1.getDSTTransitionsInYear; } });
570
+ Object.defineProperty(exports, "resolveAmbiguousTime", { enumerable: true, get: function () { return precision_js_1.resolveAmbiguousTime; } });
571
+ Object.defineProperty(exports, "ValidDate", { enumerable: true, get: function () { return precision_js_1.ValidDate; } });
572
+ Object.defineProperty(exports, "ensureValidDate", { enumerable: true, get: function () { return precision_js_1.ensureValidDate; } });
573
+ Object.defineProperty(exports, "parseValidDate", { enumerable: true, get: function () { return precision_js_1.parseValidDate; } });
574
+ Object.defineProperty(exports, "assertValidDate", { enumerable: true, get: function () { return precision_js_1.assertValidDate; } });
575
+ Object.defineProperty(exports, "LEAP_SECONDS", { enumerable: true, get: function () { return precision_js_1.LEAP_SECONDS; } });
576
+ Object.defineProperty(exports, "leapSecondsBetween", { enumerable: true, get: function () { return precision_js_1.leapSecondsBetween; } });
577
+ Object.defineProperty(exports, "isNearLeapSecond", { enumerable: true, get: function () { return precision_js_1.isNearLeapSecond; } });
578
+ Object.defineProperty(exports, "taiToUtc", { enumerable: true, get: function () { return precision_js_1.taiToUtc; } });
579
+ Object.defineProperty(exports, "utcToTai", { enumerable: true, get: function () { return precision_js_1.utcToTai; } });
580
+ // Healthcare utilities
581
+ var healthcare_js_1 = require("./healthcare.cjs");
582
+ Object.defineProperty(exports, "getMedicationTimes", { enumerable: true, get: function () { return healthcare_js_1.getMedicationTimes; } });
583
+ Object.defineProperty(exports, "getNextMedicationTime", { enumerable: true, get: function () { return healthcare_js_1.getNextMedicationTime; } });
584
+ Object.defineProperty(exports, "parseMedicationFrequency", { enumerable: true, get: function () { return healthcare_js_1.parseMedicationFrequency; } });
585
+ Object.defineProperty(exports, "generateShiftSchedule", { enumerable: true, get: function () { return healthcare_js_1.generateShiftSchedule; } });
586
+ Object.defineProperty(exports, "getShiftForTime", { enumerable: true, get: function () { return healthcare_js_1.getShiftForTime; } });
587
+ Object.defineProperty(exports, "isOnShift", { enumerable: true, get: function () { return healthcare_js_1.isOnShift; } });
588
+ Object.defineProperty(exports, "createOnCallRotation", { enumerable: true, get: function () { return healthcare_js_1.createOnCallRotation; } });
589
+ Object.defineProperty(exports, "getOnCallStaff", { enumerable: true, get: function () { return healthcare_js_1.getOnCallStaff; } });
590
+ Object.defineProperty(exports, "isWithinComplianceWindow", { enumerable: true, get: function () { return healthcare_js_1.isWithinComplianceWindow; } });
591
+ Object.defineProperty(exports, "getComplianceDeadline", { enumerable: true, get: function () { return healthcare_js_1.getComplianceDeadline; } });
592
+ Object.defineProperty(exports, "timeUntilDeadline", { enumerable: true, get: function () { return healthcare_js_1.timeUntilDeadline; } });
593
+ Object.defineProperty(exports, "calculateRestBetweenShifts", { enumerable: true, get: function () { return healthcare_js_1.calculateRestBetweenShifts; } });
594
+ Object.defineProperty(exports, "MEDICATION_FREQUENCIES", { enumerable: true, get: function () { return healthcare_js_1.MEDICATION_FREQUENCIES; } });
595
+ Object.defineProperty(exports, "SHIFT_DURATIONS", { enumerable: true, get: function () { return healthcare_js_1.SHIFT_DURATIONS; } });
596
+ Object.defineProperty(exports, "DEFAULT_MEDICATION_CONFIG", { enumerable: true, get: function () { return healthcare_js_1.DEFAULT_MEDICATION_CONFIG; } });