vlocode-project - v2.4.5
Preparing search index...
util/src
formatCount
Function formatCount
formatCount
(
value
:
number
)
:
string
Format an integer count with thousands separators, e.g.
1284
→
1,284
.
Parameters
value
:
number
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
vlocode-project - v2.4.5
Loading...
Format an integer count with thousands separators, e.g.
1284→1,284.