NumberFormatOptions

@deprecated("all the members of NumberFormatOptions are deprecated", "2.0.0")
Companion:
class
Deprecated
class Object
trait Matchable
class Any

Value members

Deprecated methods

@deprecated("use `new NumberFormatOptions { ... }` instead", "2.0.0")
def apply(localeMatcher: UndefOr[String], style: UndefOr[String], currency: UndefOr[String], currencyDisplay: UndefOr[String], useGrouping: UndefOr[Boolean], minimumIntegerDigits: UndefOr[Double], minimumFractionDigits: UndefOr[Double], maximumFractionDigits: UndefOr[Double], minimumSignificantDigits: UndefOr[Double], maximumSignificantDigits: UndefOr[Double]): NumberFormatOptions
Deprecated