vlocode-project - v1.40.0-beta-4
    Preparing search index...
    • Returns true if the predicate has a true-ish value for any of the items in the Iterable, otherwise false. Also see Array.prototype.some

      Type Parameters

      • T

      Parameters

      • itr: Iterable<T>

        Iterator

      • predicate: (item: T) => any

        Predicate function

      Returns boolean