Helpful
    Preparing search index...

    Function isUnaryOperator

    • Gets whether a candidate string represents a unary operator.

      Parameters

      • candidate: string | null | undefined

      Returns candidate is ZOperatorUnary

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