File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ declare namespace Intl {
5
5
dateStyle ?: "full" | "long" | "medium" | "short" | undefined ;
6
6
timeStyle ?: "full" | "long" | "medium" | "short" | undefined ;
7
7
dayPeriod ?: "narrow" | "short" | "long" | undefined ;
8
- fractionalSecondDigits ?: 0 | 1 | 2 | 3 | undefined ;
8
+ fractionalSecondDigits ?: 1 | 2 | 3 | undefined ;
9
9
}
10
10
11
11
interface DateTimeRangeFormatPart extends DateTimeFormatPart {
Original file line number Diff line number Diff line change @@ -3956,7 +3956,7 @@ declare module Intl {
3956
3956
hour?: "numeric" | "2-digit";
3957
3957
minute?: "numeric" | "2-digit";
3958
3958
second?: "numeric" | "2-digit";
3959
- fractionalSecondDigits?: 0 | 1 | 2 | 3;
3959
+ fractionalSecondDigits?: 1 | 2 | 3;
3960
3960
timeZoneName?: "long" | "short";
3961
3961
}
3962
3962
You can’t perform that action at this time.
0 commit comments