Function isIterable

  • Returns a boolean representing whether or not the provided value is ANY iterable, async or otherwise.

    Type Parameters

    • T

    Parameters

    • value: unknown

    Returns value is AsyncIterable<T> | Iterable<T>

Generated using TypeDoc