Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
4313
export
function
isStringTree(u: unknown): u is Schema.StringTree {
4314
return
isTree(u, isStringTreeLeaf)
4315
}
4316
4317
const
StringTree =
new
Declaration(
4318
[],
Callers
1
SchemaAST.ts
File · 0.85
Calls
1
isTree
Function · 0.85
Tested by
no test coverage detected