mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Add currency sign to NumberFormatOptions type (#40709)
This commit is contained in:
1
src/lib/es5.d.ts
vendored
1
src/lib/es5.d.ts
vendored
@@ -4284,6 +4284,7 @@ declare namespace Intl {
|
||||
style?: string;
|
||||
currency?: string;
|
||||
currencyDisplay?: string;
|
||||
currencySign?: string;
|
||||
useGrouping?: boolean;
|
||||
minimumIntegerDigits?: number;
|
||||
minimumFractionDigits?: number;
|
||||
|
||||
Reference in New Issue
Block a user