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

Method toJSON

repos/effect/packages/effect/src/Inspectable.ts:128–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126export interface Inspectable {
127 toString(): string
128 toJSON(): unknown
129 [NodeInspectSymbol](): unknown
130}
131

Callers 15

layerUtils.tsFile · 0.65
tryToJsonFunction · 0.65
toJSONMethod · 0.65
Client.test.tsFile · 0.65
toJSONMethod · 0.65
toJSONMethod · 0.65
Option.test.tsFile · 0.65
DateTime.test.tsFile · 0.65
Result.test.tsFile · 0.65
Chunk.test.tsFile · 0.65

Implementers 2

HashMapImplrepos/effect/packages/effect/src/inter
CauseImplrepos/effect/packages/effect/src/inter

Calls

no outgoing calls

Tested by

no test coverage detected