base-formatter
    Preparing search index...

    Type Alias UseGrouping

    UseGrouping: false | true | "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'.