View source
enum abstract NumberFormatPartType(String)
package js.lib.intl
import js.lib.intl.NumberFormat
Available on js
Variables
inlineread onlyCurrency:NumberFormatPartType = "currency"
The currency string, such as the symbols "$" and "€" or the name "Dollar", "Euro" depending on how currencyDisplay is specified.
inlineread onlyliteral:NumberFormatPartType = "literal"
Any literal strings or whitespace in the formatted number.