Type Alias AnyArrayLike<T>

AnyArrayLike<T>: ArrayLike<T>

Any object with both a numeric index signature with values of type T and a numeric length property. T defaults to unknown if unspecified.

Type Parameters

  • T = unknown