Skip to content

Commit 3a31bd4

Browse files
authored
fix: remove fractionalSecondDigits from es2020.intl.d.ts
fractionalSecondDigits is in ES2021 (unpublished), not ES2020
1 parent 5f5437a commit 3a31bd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/es2020.intl.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,5 @@ declare namespace Intl {
284284
dayPeriod?: "narrow" | "short" | "long";
285285
numberingSystem?: string;
286286
hourCycle?: "h11" | "h12" | "h23" | "h24";
287-
fractionalSecondDigits?: 0 | 1 | 2 | 3;
288287
}
289288
}

0 commit comments

Comments
 (0)