We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859a10f commit 434c20cCopy full SHA for 434c20c
1 file changed
src/lib/esnext.intl.d.ts
@@ -89,9 +89,9 @@ declare namespace Intl {
89
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
- */
+ *
+ * [MDN Reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getWeekInfo#minimaldays)
+ */
95
minimalDays: number;
96
}
97
0 commit comments