tj/co-fs

Expose createWriteStream

Opened this issue · 7 comments

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.

👍 on this. It'd just be convenient.

+1

+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)

+1

+1