UNPKG

my-format-package

Version:

npm package

4 lines (3 loc) 106 B
export function formatPriceUzs(price) { return price.toString().replace(/\B(?=(\d{3})+(?!\d))/g, " "); }