Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/triggerdotdev/jsonhero-web
/ formatNumber
Function
formatNumber
app/utilities/formatter.ts:85–87 ·
view source on GitHub ↗
(value: number)
Source
from the content-addressed store, hash-verified
83
});
84
85
export
function
formatNumber(value: number): string {
86
return
numberFormatter.format(value);
87
}
88
89
function
formatString(value: string, format?: JSONStringFormat): string {
90
if
(!format) {
Callers
1
formatValue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected