Vinyl
    Preparing search index...

    Function every

    • Determines whether all 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