MCPcopy Create free account
hub / github.com/Effect-TS/effect / toJSON

Method toJSON

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

toJSONMethod · 0.65
toJSONMethod · 0.65
toJSONMethod · 0.65
FiberSet.test.tsFile · 0.65
Option.test.tsFile · 0.65
DateTime.test.tsFile · 0.65
Result.test.tsFile · 0.65
Chunk.test.tsFile · 0.65

Implementers 2

HashMapImplpackages/effect/src/internal/hashMap.t
CauseImplpackages/effect/src/internal/core.ts

Calls

no outgoing calls

Tested by

no test coverage detected