MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / json

Function json

packages/parser/src/formats/fixture.test.ts:35–37  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

33}
34
35function json(value: unknown): string {
36 return JSON.stringify(value, null, 2)
37}
38
39function jsonLine(value: unknown): string {
40 return JSON.stringify(value)

Callers 1

fixture.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected