Tom MacWright c24a9b88a4 Enable jsdoc rule and enforce it.
Also:

* Moves reduction out of parsers so that they don't have awkward
  function signatures
2015-09-28 20:36:07 -04:00
..
2015-07-04 14:30:06 -04:00

Input Streams

Input streams are the source of content for documentation: they typically accept an array of indexes: filenames as strings. They can return the contents of those files, like in shallow.js, or go further and resolve dependencies between modules, like in dependency.js.

As such, they are Readable streams.