summaryrefslogtreecommitdiff
path: root/cli/dts/lib.esnext.intl.d.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-02-25 15:16:19 +1100
committerGitHub <noreply@github.com>2021-02-25 15:16:19 +1100
commitd7837c8eb5590317bf005ba84b72c8e78ba06be3 (patch)
tree681cb3b45ea346f6174d1cf734fd6ce2ff138697 /cli/dts/lib.esnext.intl.d.ts
parent097e9c44f4d4c7daae7d8113c391bd24d29e7119 (diff)
feat(cli): update to TypeScript 4.2 (#9341)
Diffstat (limited to 'cli/dts/lib.esnext.intl.d.ts')
-rw-r--r--cli/dts/lib.esnext.intl.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/dts/lib.esnext.intl.d.ts b/cli/dts/lib.esnext.intl.d.ts
index c0cf2ba80..165fcf7b3 100644
--- a/cli/dts/lib.esnext.intl.d.ts
+++ b/cli/dts/lib.esnext.intl.d.ts
@@ -19,7 +19,7 @@ and limitations under the License.
declare namespace Intl {
- type NumberFormatPartTypes = "currency" | "decimal" | "fraction" | "group" | "infinity" | "integer" | "literal" | "minusSign" | "nan" | "plusSign" | "percentSign";
+ type NumberFormatPartTypes = "compact" | "currency" | "decimal" | "exponentInteger" | "exponentMinusSign" | "exponentSeparator" | "fraction" | "group" | "infinity" | "integer" | "literal" | "minusSign" | "nan" | "plusSign" | "percentSign" | "unit" | "unknown";
interface NumberFormatPart {
type: NumberFormatPartTypes;