We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2f755 commit df508a0Copy full SHA for df508a0
src/lib/es2020.intl.d.ts
@@ -214,19 +214,15 @@ declare namespace Intl {
214
}
215
216
interface DateTimeFormatOptions {
217
- dateStyle?: "full" | "long" | "medium" | "short";
218
- timeStyle?: "full" | "long" | "medium" | "short";
219
calendar?: string;
220
dayPeriod?: "narrow" | "short" | "long";
221
numberingSystem?: string;
222
hourCycle?: "h11" | "h12" | "h23" | "h24";
223
- fractionalSecondDigits?: 0 | 1 | 2 | 3;
224
225
226
227
dateStyle?: "full" | "long" | "medium" | "short";
228
timeStyle?: "full" | "long" | "medium" | "short";
229
- dayPeriod?: "narrow" | "short" | "long";
230
231
232
0 commit comments