Beta
Supports formatting as defined in LDML 47 for the :currency function.
The operand
must be a number, BigInt, or string representing a JSON number,
or an object wrapping such a value, with a valueOf()
accessor and an optional options
object.
The currency
option must be provided by either the operand's options
or the exprOpt
expression options.
Supports formatting as defined in LDML 47 for the :date function.
The operand
must be a Date, number, or string representing a date,
or an object wrapping such a value, with a valueOf()
accessor and an optional options
object.
Supports formatting as defined in LDML 47 for the :datetime function.
The operand
must be a Date, number, or string representing a date,
or an object wrapping such a value, with a valueOf()
accessor and an optional options
object.
Supports formatting and selection as defined in LDML 47 for the :math function.
The operand
must be a number, BigInt, or string representing a JSON number,
or an object wrapping such a value, with a valueOf()
accessor and an optional options
object.
Supports formatting as defined in LDML 47 for the :time function.
The operand
must be a Date, number, or string representing a date,
or an object wrapping such a value, with a valueOf()
accessor and an optional options
object.
Supports formatting as defined in LDML 47 for the :unit function.
The operand
must be a number, BigInt, or string representing a JSON number,
or an object wrapping such a value, with a valueOf()
accessor and an optional options
object.
The unit
option must be provided by either the operand's options
or the exprOpt
expression options.
Functions classified as DRAFT by the LDML 47 MessageFormat specification.
These are liable to change, and are not covered by any stability guarantee.