mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Add compactDisplay and signDisplay to NumberFormatOptions (#40039)
This commit is contained in:
4
src/lib/es2020.intl.d.ts
vendored
4
src/lib/es2020.intl.d.ts
vendored
@@ -263,13 +263,17 @@ declare namespace Intl {
|
||||
};
|
||||
|
||||
interface NumberFormatOptions {
|
||||
compactDisplay?: string;
|
||||
notation?: string;
|
||||
signDisplay?: string;
|
||||
unit?: string;
|
||||
unitDisplay?: string;
|
||||
}
|
||||
|
||||
interface ResolvedNumberFormatOptions {
|
||||
compactDisplay?: string;
|
||||
notation?: string;
|
||||
signDisplay?: string;
|
||||
unit?: string;
|
||||
unitDisplay?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user