Class: Writer

Writer~ Writer

Base class representing a Writer of data. The Writer's job is to take the supplied Entities and return a string that can be written to a storage medium

new Writer()

Source:
Writer/Writer.js

Members


write

Performs no conversion—just returns as-is.
Source:
Writer/Writer.js