MCPcopy Create free account
hub / github.com/effect-app/libs / pretty

Function pretty

packages/effect-app/src/utils.ts:144–146  ·  view source on GitHub ↗
(o: unknown)

Source from the content-addressed store, hash-verified

142}
143
144export function pretty(o: unknown): string {
145 return JSON.stringify(o, undefined, 2) ?? "undefined"
146}
147
148export type UnionToIntersection<U> = (U extends any ? (k: U) => void : never) extends (
149 k: infer I

Callers 5

execFunction · 0.90
CUPSClass · 0.90
fake.tsFile · 0.90
middleware.tsFile · 0.90
utils.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…