We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa48a37 commit c1c3ebcCopy full SHA for c1c3ebc
src/lib/es2021.intl.d.ts
@@ -19,7 +19,7 @@ declare namespace Intl {
19
timeStyle?: "full" | "long" | "medium" | "short";
20
hourCycle?: "h11" | "h12" | "h23" | "h24";
21
dayPeriod?: "narrow" | "short" | "long";
22
- fractionalSecondDigits?: 0 | 1 | 2 | 3;
+ fractionalSecondDigits?: 1 | 2 | 3;
23
}
24
25
/**
0 commit comments