Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dethcrypto/dethcode
/ prettyStringify
Function
prettyStringify
packages/ethereum-viewer/src/util/stringify.ts:3–3 ·
view source on GitHub ↗
(obj: unknown)
Source
from the content-addressed store, hash-verified
1
export
{ default as stableStringify } from
"fast-json-stable-stringify"
;
2
3
export
const
prettyStringify = (obj: unknown) => JSON.stringify(obj, null, 2);
Callers
2
fetchFiles
Function · 0.90
fetch.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected