summaryrefslogtreecommitdiff
path: root/cli/dts/lib.esnext.intl.d.ts
diff options
context:
space:
mode:
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;