RowEnumerator

RowEnumerator class

Iterator of Row objects. Please use for…of statement to iterate over them.

class RowEnumerator implements Iterable<Row> {
    [Symbol.iterator](): Iterator<Row>;
}