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 6ea3885 commit a2ddfcfCopy full SHA for a2ddfcf
src/lib/esnext.intl.d.ts
@@ -1,5 +1,5 @@
1
declare namespace Intl {
2
- 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";
3
4
interface NumberFormatPart {
5
type: NumberFormatPartTypes;
0 commit comments