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

Function isStringTree

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

Source from the content-addressed store, hash-verified

4311 * @internal
4312 */
4313export function isStringTree(u: unknown): u is Schema.StringTree {
4314 return isTree(u, isStringTreeLeaf)
4315}
4316
4317const StringTree = new Declaration(
4318 [],

Callers 1

SchemaAST.tsFile · 0.85

Calls 1

isTreeFunction · 0.85

Tested by

no test coverage detected