Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
export
interface
Inspectable {
127
toString(): string
128
toJSON(): unknown
129
[NodeInspectSymbol](): unknown
130
}
131
Callers
15
Client.integration.test.ts
File · 0.65
toJSON
Method · 0.65
DenoHttpServer.test.ts
File · 0.65
NodeHttpServer.test.ts
File · 0.65
toJSON
Method · 0.65
toJSON
Method · 0.65
FiberSet.test.ts
File · 0.65
Option.test.ts
File · 0.65
DateTime.test.ts
File · 0.65
MutableHashMap.test.ts
File · 0.65
Result.test.ts
File · 0.65
Chunk.test.ts
File · 0.65
Implementers
2
HashMapImpl
packages/effect/src/internal/hashMap.t
CauseImpl
packages/effect/src/internal/core.ts
Calls
no outgoing calls
Tested by
no test coverage detected