Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/triggerdotdev/jsonhero-web
/ valueFormatter
Function
valueFormatter
app/entry.worker.ts:72–76 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
70
};
71
72
function
valueFormatter(value: unknown): string | undefined {
73
const
inferredType = inferType(value);
74
75
return
formatValue(inferredType);
76
}
Callers
nothing calls this directly
Calls
1
formatValue
Function · 0.90
Tested by
no test coverage detected