Type alias UseGrouping

UseGrouping: boolean | "always" | "min2"
  • 'always': Always display the group separators.
  • 'min2': Display grouping separators when there are at least 2 digits in a group.
  • false: Do not display grouping separators.
  • true: Alias for 'always'.

Generated using TypeDoc