Skip to content

Commit 859a10f

Browse files
authored
lib(esnext.intl): add missing minimalDays to WeekInfo interface
1 parent 637d574 commit 859a10f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/lib/esnext.intl.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,11 @@ declare namespace Intl {
8787
* [MDN Reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getWeekInfo#weekend)
8888
*/
8989
weekend: number[];
90+
/**
91+
* An integer between 1 and 7 indicating the minimum number of days in the first week of a year or month for this locale.
92+
*
93+
* [MDN Reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getWeekInfo#minimaldays)
94+
*/
95+
minimalDays: number;
9096
}
9197
}

0 commit comments

Comments
 (0)