simplify streams, lint docs

This commit is contained in:
Leo Horie 2016-11-15 23:13:38 -05:00
parent a7f8018df9
commit 6ce2a384ec
20 changed files with 1271 additions and 2132 deletions

View file

@ -1 +1 @@
module.exports = require("./util/stream")(console.log.bind(console))
module.exports = require("./stream/stream")