We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
formatCurrency(amount, currencyCode): string
amount
currencyCode
string
Function to format a number as currency.
• amount: number
number
The amount to be formatted.
• currencyCode: string
The currency code (e.g., USD, EUR).
The formatted currency string.
utilities.ts:14
Generated using typedoc-plugin-markdown and TypeDoc