MCPcopy Create free account
hub / github.com/Eversmile12/sharedcontext / isJsonObject

Function isJsonObject

src/cli/setup.ts:222–224  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

220}
221
222function isJsonObject(value: unknown): value is JsonObject {
223 return typeof value === "object" && value !== null && !Array.isArray(value);
224}

Callers 2

updateMcpConfigFunction · 0.85
readJsonObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected