Vinyl
    Preparing search index...
    • Determines whether any the members of an array satisfy the specified test.

      Type Parameters

      • T

      Parameters

      • arrayLike: ArrayLike<T>
      • predicate: (value: T, index: number, array: ArrayLike<T>) => boolean
      • OptionalthisArg: any

      Returns boolean