@tsdotnet/array-utility - v1.0.38
    Preparing search index...

    Function indexOf

    • Checks to see where the provided array contains an item/value. If the array value is null, then -1 is returned.

      Type Parameters

      • T

      Parameters

      • array: ArrayLike<T>
      • item: T
      • equalityComparer: EqualityComparison<T> = areEqual

      Returns number