Function isIterable

  • Returns whether the value is Iterable, meaning that supports the iterator protocol.

    Type Parameters

    • T

    Parameters

    • value: unknown

    Returns value is Iterable<T>