Enumrates an object source for values.

Type Parameters

  • T

Hierarchy

Implements

Constructors

Properties

#current?: IteratorResult<T, void>
#items: Generator<T, void, unknown>
#iterable: Iterable<T>
#peak?: IteratorResult<T, void>
return?: ((value?) => IteratorResult<T, T>)

Type declaration

    • (value?): IteratorResult<T, T>
    • Parameters

      • Optional value: T

      Returns IteratorResult<T, T>

throw?: ((e?) => IteratorResult<T, T>)

Type declaration

    • (e?): IteratorResult<T, T>
    • Parameters

      • Optional e: T

      Returns IteratorResult<T, T>

Accessors

Methods

Generated using TypeDoc