Performs a logical AND operation on multiple values.

  • Type Parameters

    • T = Promise<Value>

      The type of the values

    Parameters

    • Rest...args: T[]

      The values to perform the logical AND operation on

    Returns T

    • The result of the logical AND operation