-
Notifications
You must be signed in to change notification settings - Fork 0
Util.Numer.roundTo
github-actions[bot] edited this page Sep 30, 2024
·
2 revisions
what decimal place it should round to, defaults to 0
type: Number
let numer = new Numer(2500, { roundTo: 2 });
numer.value; // "2,500.00"