Create an instance of FluentNumber with options to the
Intl.NumberFormat constructor.
The number value of this FluentNumber.
Options which will be passed to Intl.NumberFormat.
Options passed to Intl.NumberFormat.
The wrapped native value.
Format this FluentNumber to a string.
Unwrap the raw value stored by this FluentType.
A
FluentTyperepresenting a number.A
FluentNumberinstance stores the number value of the number it represents. It may also store an option bag of options which will be passed toIntl.NumerFormatwhen theFluentNumberis formatted to a string.