Rezi
    Preparing search index...

    Function isConstraintExpr

    • Parameters

      • value: unknown

      Returns value is Readonly<
          {
              __brand: "ConstraintExpr";
              ast: ExprNode;
              hasIntrinsic: boolean;
              hasSiblingAggregation: boolean;
              refs: ReadonlySet<string>;
              source: string;
          },
      >