(ast: AST): ast is UnknownWhen to use
Use when you need to inspect a schema AST and handle the Unknown node
variant specifically.
Source effect/SchemaAST.ts:1881 lines
(ast: AST): ast is UnknownWhen to use
Use when you need to inspect a schema AST and handle the Unknown node
variant specifically.