vlocode-project - v1.40.0-beta-4
    Preparing search index...
    • Find the first values in an iterator that matches the predicate function or undefined when not found

      Type Parameters

      • T

      Parameters

      • itr: Iterable<T>

        Iterable object

      • predicate: (item: T, index: number) => any

        predicate function

      Returns undefined | T