@luolapeikko/ts-common
    Preparing search index...

    Function isIterable

    • Type guard that checks if a value is an iterable object.

      Type Parameters

      • T

        The type of elements contained in the iterable.

      Parameters

      • value: unknown

        The value to check for iterability.

      Returns value is Iterable<T, any, any>

      true if the value implements the Iterable interface; otherwise, false.

      Use IterCore.isIterable instead

      v0.4.5