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