⚠️ Internal: This API is not publically exported by the package.

Interface SpecIterableIterator<T>

interface SpecIterableIterator {
    [iterator](): SpecIterableIterator<T>;
    next(...args): IteratorResult<T, any>;
}

Type Parameters

  • T

Hierarchy

Methods

  • Parameters

    • Rest ...args: [] | [undefined]

    Returns IteratorResult<T, any>