Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
export
interface
Inspectable {
127
toString(): string
128
toJSON(): unknown
129
[NodeInspectSymbol](): unknown
130
}
131
Callers
15
layerUtils.ts
File · 0.65
tryToJson
Function · 0.65
toJSON
Method · 0.65
Client.test.ts
File · 0.65
NodeHttpServer.test.ts
File · 0.65
toJSON
Method · 0.65
toJSON
Method · 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
repos/effect/packages/effect/src/inter
CauseImpl
repos/effect/packages/effect/src/inter
Calls
no outgoing calls
Tested by
no test coverage detected