@tsdotnet/type - v1.2.7
    Preparing search index...

    Function isArrayLike

    • Checks to see if object is an array or something with length property that isn't a function.

      Type Parameters

      • T = unknown

      Parameters

      • instance: unknown

      Returns instance is ArrayLikeWritable<T>