-
Notifications
You must be signed in to change notification settings - Fork 0
Util.Numer.currency
github-actions[bot] edited this page Sep 30, 2024
·
2 revisions
currency for the numer
type: String
let numer = new Numer(2500, { currency: "🐢" });
numer.value; // "🐢2,500"
numer.currency; // "🐢"