Skip to content

Commit da4cc6f

Browse files
authored
Apply suggestion from @jakebailey
1 parent 2f8d0d0 commit da4cc6f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/lib/esnext.intl.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,5 @@ declare namespace Intl {
7676
* [MDN Reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getWeekInfo#weekend)
7777
*/
7878
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;
8679
}
8780
}

0 commit comments

Comments
 (0)