MCPcopy 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

1export { default as stableStringify } from "fast-json-stable-stringify";
2
3export const prettyStringify = (obj: unknown) => JSON.stringify(obj, null, 2);

Callers 2

fetchFilesFunction · 0.90
fetch.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected