Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UncAnnyZ/MiniProgram-HotUpdate
/ formatNumber
Function
formatNumber
utils/util.js:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
const
formatNumber = n => {
13
n = n.toString()
14
return
n[1] ? n : `0${n}`
15
}
16
17
module.exports = {
18
formatTime
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected