From 3a31bd4f87281811244d8e9d94bb90443d4873a0 Mon Sep 17 00:00:00 2001 From: Long Ho Date: Wed, 24 Feb 2021 13:06:13 -0500 Subject: [PATCH] fix: remove fractionalSecondDigits from es2020.intl.d.ts fractionalSecondDigits is in ES2021 (unpublished), not ES2020 --- src/lib/es2020.intl.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/es2020.intl.d.ts b/src/lib/es2020.intl.d.ts index cf75a593f2a0e..0902f85e80c33 100644 --- a/src/lib/es2020.intl.d.ts +++ b/src/lib/es2020.intl.d.ts @@ -284,6 +284,5 @@ declare namespace Intl { dayPeriod?: "narrow" | "short" | "long"; numberingSystem?: string; hourCycle?: "h11" | "h12" | "h23" | "h24"; - fractionalSecondDigits?: 0 | 1 | 2 | 3; } }