Construct a new WriterNodeStream 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.
Implements a NodeJS readable stream interface.
Event emitter The defined events on documents including:
Generated using TypeDoc
Provides a NodeJS readable stream interface for lazily serializing rows as CSV data. Instances of this class are returned by the Writer.stream method.