mirror of
https://github.com/SrIzan10/hc-site.git
synced 2026-05-01 10:45:23 +00:00
4 lines
132 B
JavaScript
4 lines
132 B
JavaScript
export const count = 27253
|
|
export const formatted = count.toLocaleString('en-US')
|
|
export const thousands = Math.round(count / 1000)
|