kaka cc403a83fd 热更功能跑通 há 5 anos atrás
..
History.md cc403a83fd 热更功能跑通 há 5 anos atrás
LICENSE cc403a83fd 热更功能跑通 há 5 anos atrás
README.md cc403a83fd 热更功能跑通 há 5 anos atrás
index.js cc403a83fd 热更功能跑通 há 5 anos atrás
package.json cc403a83fd 热更功能跑通 há 5 anos atrás

README.md

end-or-error

NPM version build status Test coverage Gittip David deps npm download

Listen readable stream end or error event once.

Install

$ npm i end-or-error

Usage

var eoe = require('end-or-error');

var stream = createReadStreamSomeHow();

eoe(stream, function (err) {
  // err => stream emitted "error" event
});

License

MIT