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

    Function count

    • Count the number of objects in the iterable matching the predicate.

      Type Parameters

      • T

      Parameters

      • itr: Iterable<T>

        iterable object or array

      • predicate: (item: T) => any

        predicate fn

      Returns number