Create an international number format function.
A new international number format function.
This formatter uses the builtin Intl.NumberFormat object to coerce values.
Intl.NumberFormat
This is the most flexible (but slowest) number formatter.
The options for creating the format function.
Generated using TypeDoc
Create an international number format function.
Returns
A new international number format function.
Notes
This formatter uses the builtin
Intl.NumberFormatobject to coerce values.This is the most flexible (but slowest) number formatter.