@suluk/i18n - v0.1.0
    Preparing search index...

    Function formatCurrency

    • Format a MONEY amount. value is the major-unit number (e.g. dollars); for integer cents from @suluk/stripe, pass cents / 100. Honors the locale's numbering system + currency conventions.

      Parameters

      • config: LocaleConfig
      • code: string
      • value: number
      • currency: string
      • Optionalopts: NumberFormatOptions

      Returns string