Function iter

  • Returns an Iterator from the elements of a collection or the object keys.

    Returns

    An Iterator type.

    Type Parameters

    • T

    Parameters

    • obj: any

      The given collection to iterate over.

    Returns Iterator<T, T>

Generated using TypeDoc