Function addFormatNumber

Adds number formats to the configuration object.

addFormatNumber({ es: { short: { maximumFractionDigits: 1 } } });
  • Parameters

    • formats: object

      The number formats to add.

    Returns boolean

    True if added correctly, false otherwise.