Interface FormatNumberStringOptions

Options that apply to all numerics that represent a number.

Hierarchy

  • FormatNumberStringOptions

Properties

Properties

locales: undefined | string | string[]

The locales to use when the Formatter is invoked.

max: string | number

The maximum allowed number value.

min: string | number

The minimum allowed number value.

Generated using TypeDoc