Package: effect Module: SchemaAST
effect
SchemaAST
Narrows an AST to Union.
AST
Union
Signature
declare const isUnion: (ast: AST) => ast is Union<AST>
Source
Since v3.10.0