[Formatted Argument](https://formatjs.io/guides/message-syntax/#formatted-argument) are used to format dates, numbers, time and even custom formats. usage example: `format('found {count, number} records', {'count': 6}, 'en')`
Formatted Argument are used to format dates, numbers, time and even custom formats.
usage example:
format('found {count, number} records', {'count': 6}, 'en')