We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8d0d0 commit da4cc6fCopy full SHA for da4cc6f
src/lib/esnext.intl.d.ts
@@ -76,12 +76,5 @@ declare namespace Intl {
76
* [MDN Reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getWeekInfo#weekend)
77
*/
78
weekend: number[];
79
- /**
80
- * An integer between 1 and 7 (commonly 1 and 4) indicating the minimal days required in the
81
- * first week of a month or year, for week-of-year or week-of-month calculations (e.g. The 20th week of the year).
82
- *
83
- * [MDN Reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getWeekInfo#minimaldays)
84
- */
85
- minimalDays: number;
86
}
87
0 commit comments