Adds compact number formats to the configuration object.
addFormatNumberCompact({ es: '0a' }); Copy
addFormatNumberCompact({ es: '0a' });
The compact number formats to add.
True if added correctly, false otherwise.
Adds compact number formats to the configuration object.
Example