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

    Function forEach

    • Similar to Array.prototype.forEach but for iterables

      Type Parameters

      • T

      Parameters

      • itr: Iterable<T>

        Iterate over the items in this iterable

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

        Iterator function

      Returns void