A FluentType representing a number.
FluentType
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 to Intl.NumerFormat when the FluentNumber is formatted to a string.
FluentNumber
Intl.NumerFormat
Create an instance of FluentNumber with options to the Intl.NumberFormat constructor.
Intl.NumberFormat
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.