(obj: unknown)
| 35 | } |
| 36 | |
| 37 | function jsonPretty(obj: unknown): string { |
| 38 | return JSON.stringify(obj, null, 2); |
| 39 | } |
| 40 | |
| 41 | // ── Main ────────────────────────────────────────────────────────────────── |
| 42 |
nothing calls this directly
no outgoing calls
no test coverage detected