Expose createWriteStream
Opened this issue · 7 comments
yanickrochon commented
Since we are including co-fs
as var fs;
, and the this module exposes createReadStream
, but not createWriteStream
, it would be nice to be able to expose that last one, too.
cesarandreu commented
👍 on this. It'd just be convenient.
matthewmueller commented
+1
think2011 commented
+1
matthova commented
+1
matthova commented
+1, I'm stumped on how this could be implemented. Does anyone have a good starting point on how to write this? It looks like it can't be just added to the list, and it would require a different library from what createReadStream uses (co-from-stream)
jmealo commented
+1
evollu commented
+1