diff --git a/index.js b/index.js index 97da560..be34496 100644 --- a/index.js +++ b/index.js @@ -73,6 +73,7 @@ es.merge = function (/*streams...*/) { // and calls back when 'end' occurs // mainly I'm using this to test the other functions +es.collect = es.writeArray = function (done) { if ('function' !== typeof done) throw new Error('function writeArray (done): done must be function')