formatMoney
Formats a Money or numeric value with the requested currency and locale options.
Table of contents
Category
Value
Import
jsimport { formatMoney } from "valyrian.js/money";Public signature
ts(value: Money | number, options?: MoneyFormatOptions): stringParameters
tsvalue: Money | number, options?: MoneyFormatOptionsResult
tsstring