Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ formatNumber
Function
formatNumber
packages/effect/typeperf/run.mjs:104–104 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
102
})
103
104
const
formatNumber = (n) => n.toLocaleString(
"en-US"
)
105
106
const
printTable = (rows) => {
107
const
table = [
Callers
1
printTable
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected