mirror of
https://github.com/System-End/site.git
synced 2026-04-19 20:55:09 +00:00
3 lines
132 B
JavaScript
3 lines
132 B
JavaScript
export const count = 20000
|
|
export const formatted = count.toLocaleString('en-US')
|
|
export const thousands = Math.round(count / 1000)
|