The type of the options container.
Returns the map of index-to-text values which should be put inside the numeric part of the format.
Returns the maximum number of fraction digits to use.
Returns the maximum number of significant digits to use.
Returns the minimum number of exponent digits to use.
Returns the minimum number of fraction digits to use.
Returns the minimum number of integer digits to use.
Returns the minimum number of significant digits to use.
Returns the string that will be added before the numeric format value.
Returns the formatting style to use.
Returns the string that will be added after the numeric format value.
Returns the divisor that will be applied to the value before formatting.
Returns whether the digits part can be fully omitted.
Returns whether the integral part can be fully omitted if it has a value of 0.
Returns whether a sign character should precede only negative exponents.
Returns whether parts of the formatted string should be upper-cased.
Returns an object that provides formatting options for the specified type.
A format string containing formatting specifications.
The value object from which to infer additional options.
Returns whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.
Generated using TypeDoc
Provides a mechanism for retrieving concrete number formatting options.