• Checks if the provided value is iterable.

    Type Parameters

    • T

    Parameters

    • value: unknown

      The value to check.

    Returns value is Iterable<T, any, any>

    True if the value is iterable, otherwise false.