File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -261,4 +261,12 @@ declare namespace Intl {
261
261
options ?: RelativeTimeFormatOptions ,
262
262
) : BCP47LanguageTag [ ] ;
263
263
} ;
264
+
265
+ interface NumberFormatOptions {
266
+ notation ?: string ;
267
+ }
268
+
269
+ interface ResolvedNumberFormatOptions {
270
+ notation ?: string ;
271
+ }
264
272
}
Original file line number Diff line number Diff line change @@ -4251,7 +4251,6 @@ declare namespace Intl {
4251
4251
maximumFractionDigits ?: number ;
4252
4252
minimumSignificantDigits ?: number ;
4253
4253
maximumSignificantDigits ?: number ;
4254
- notation ?: string ;
4255
4254
}
4256
4255
4257
4256
interface ResolvedNumberFormatOptions {
@@ -4266,7 +4265,6 @@ declare namespace Intl {
4266
4265
minimumSignificantDigits ?: number ;
4267
4266
maximumSignificantDigits ?: number ;
4268
4267
useGrouping : boolean ;
4269
- notation ?: string ;
4270
4268
}
4271
4269
4272
4270
interface NumberFormat {
You can’t perform that action at this time.
0 commit comments