@tsdotnet/collection-base - v2.1.1
    Preparing search index...

    Function arrayLikeIterable

    • Ensures an iterable from an ArrayLike object. If is an instance of an Array, will return the array directly.

      Type Parameters

      • T

      Parameters

      • source: ArrayLike<T>

      Returns Iterable<T>