MCPcopy Index your code
hub / github.com/Waishnav/devspace / formatPrettyValue

Function formatPrettyValue

src/logger.ts:96–99  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

94}
95
96function formatPrettyValue(value: unknown): string {
97 if (typeof value === "string") return JSON.stringify(value);
98 return JSON.stringify(value);
99}

Callers 1

formatPrettyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected