Construct a new WriterRowIterator instance.
An iterable enumerating rows to be serialized, where the rows are themselves iterables enumerating columns.
The Writer instance to use when serializing rows. If the argument isn't provided, then a Writer using the default configuration will be instantiated.
Implement ES6 iterable interface.
This instance, which is both an iterable and an iterator.
Implement ES6 iterator interface.
An ES6 iterator result object having "done" and "value" properties.
Generated using TypeDoc
Enumerate serialized rows. Instances of this class are returned by the Writer.rows method.