View source
typedef PluralRulesResolvedOptions
package js.lib.intl
import js.lib.intl.PluralRules
Available on js
Fields
finalread onlymaximumSignificantDigits:Int
The values provided for these properties in the options argument or filled in as defaults.
These properties are present only if at least one of them was provided in the options argument.
finalread onlymaximumFractionDigits:Int
The values provided for these properties in the options argument or filled in as defaults.
These properties are present only if neither minimumSignificantDigits nor maximumSignificantDigits
was provided in the options argument.