Commit Graph

2 Commits

Author SHA1 Message Date
Gordon Burgett
4148e85675
[JSONStream] add stringify(false) overload
Package docs allow `false` as a parameter to `stringify`, in addition
  to `stringify(open, sep, close)`.  This is useful for dumping a stream
  of objects separated by newlines, rather than creating a JSON array of
  the objects.

  from https://www.npmjs.com/package/JSONStream

    > If you call JSONStream.stringify(false) the elements will only be
    > seperated by a newline.
2017-11-26 08:46:44 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00