Interface IIterator

Hierarchy

  • IIterator

Methods

Methods

  • Returns {
        done: boolean;
        value: any;
    }

    • done: boolean
    • value: any