Class type NumberFormat.options

method localeMatcher : Js.js_string Js.t Js.prop
method style : Js.js_string Js.t Js.prop
method currency : Js.js_string Js.t Js.optdef Js.prop
method currencyDisplay : Js.js_string Js.t Js.optdef Js.prop
method useGrouping : bool Js.t Js.prop
method minimumIntegerDigits : int Js.optdef Js.prop
method minimumFractionDigits : int Js.optdef Js.prop
method maximumFractionDigits : int Js.optdef Js.prop
method minimumSignificantDigits : int Js.optdef Js.prop
method maximumSignificantDigits : int Js.optdef Js.prop