Helpful
    Preparing search index...

    Function isBinaryOperator

    • Gets whether a candidate string represents a binary operator.

      Parameters

      • candidate: string | null | undefined

      Returns candidate is ZOperatorBinary

      Type guard true if candidate is a binary operator, false otherwise.