Function constructIntlNumberFormat
- constructIntlNumberFormat(...constructorArguments: [locales?: string | string[], options?: NumberFormatOptions]): NumberFormat
-
Parameters
-
Rest
...constructorArguments: [locales?: string | string[], options?: NumberFormatOptions]
Returns NumberFormat
Functional alias for
new Intl.NumberFormat()
, which enables language-sensitive number formatting.See
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat