MCPcopy 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
12const formatNumber = n => {
13 n = n.toString()
14 return n[1] ? n : `0${n}`
15}
16
17module.exports = {
18 formatTime

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected