Package: effect
Module: SchemaAST
Returns true if the value is an AST node (any variant).
Details
Uses the internal TypeId brand to distinguish AST nodes from arbitrary
objects.
See
ASTSignature
declare const isAST: (u: unknown) => u is AST
Since v4.0.0