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
FluentType
representing a number.A
FluentNumber
instance stores the number value of the number it represents. It may also store an option bag of options which will be passed toIntl.NumerFormat
when theFluentNumber
is formatted to a string.