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

Function isJson

packages/effect/src/SchemaAST.ts:4260–4262  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

4258 * @internal
4259 */
4260export function isJson(u: unknown): u is Schema.Json {
4261 return isTree(u, isJsonLeaf)
4262}
4263
4264/** @internal */
4265export const Json = new Declaration(

Callers 1

SchemaAST.tsFile · 0.85

Calls 1

isTreeFunction · 0.85

Tested by

no test coverage detected