@metreeca/core - v0.9.1
    Preparing search index...

    Function isIterable

    • Checks if a value is iterable.

      Type Parameters

      • T = unknown

        The type of iterated values

      Parameters

      • value: unknown

      Returns value is Iterable<T, any, any>

      true if the value implements the iterable protocol (has a [Symbol.iterator] method)