UNPKG
@yonghuicheung/test-tools
Version:
latest (2.0.5)
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0
This is a Test Tools Class
github.com/yonghuicheung/test-tools
yonghuicheung/test-tools
@yonghuicheung/test-tools
/
utils
/
Number
/
index.js
5 lines
•
94 B
JavaScript
View Raw
1
2
3
4
5
export
class
NumberFormat
{
static
formatString
(
number
) {
return
number
.
toString
() } }