Returns a value of type T representing the logical OR operation on the given arguments.

If any of the arguments is a rejected promise.

T - The type of the arguments and the return value.

  • Type Parameters

    • T = Promise<Value>

    Parameters

    • Rest...args: T[]

      The arguments to be evaluated for the logical OR operation.

    Returns T

    A value of type T representing the result of the logical OR operation.