Polyglot SQL API Documentation - v0.1.0
    Preparing search index...

    Variable isBetweenConst

    isBetween: (expr: Expression) => expr is { between: Between } = ...

    Type guard for BETWEEN expressions

    Type Declaration

      • (expr: Expression): expr is { between: Between }
      • Parameters

        Returns expr is { between: Between }