vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Function filter

    • Filters the values in an iterator omnly returning items fro which the filter function returns a true-ish value

      Type Parameters

      • T

      Parameters

      • itr: Iterable<T>

        Iterator

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

        Filter function

      Returns Iterable<T>

      Array.prototype.filter