@internationalized/date
Advanced tools
Comparing version 3.0.0-nightly-c904e066c-240917 to 3.0.0-nightly-d57bd8d90-240927
@@ -83,2 +83,3 @@ type Mutable<T> = { | ||
export function endOfWeek(date: CalendarDate, locale: string): CalendarDate; | ||
export function endOfWeek(date: DateValue, locale: string): DateValue; | ||
/** Returns the number of weeks in the given month and locale. */ | ||
@@ -85,0 +86,0 @@ export function getWeeksInMonth(date: DateValue, locale: string): number; |
{ | ||
"name": "@internationalized/date", | ||
"version": "3.0.0-nightly-c904e066c-240917", | ||
"version": "3.0.0-nightly-d57bd8d90-240927", | ||
"description": "Internationalized calendar, date, and time manipulation utilities", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -197,2 +197,3 @@ /* | ||
export function endOfWeek(date: CalendarDate, locale: string): CalendarDate; | ||
export function endOfWeek(date: DateValue, locale: string): DateValue; | ||
export function endOfWeek(date: DateValue, locale: string): DateValue { | ||
@@ -199,0 +200,0 @@ return startOfWeek(date, locale).add({days: 6}); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
985463
11851