Files: 11f0d082fcb805336ce40ead36918a2dc3cf4ee7 / sources / empty.js
135 bytesRaw
1 | |
2 | //a stream that ends immediately. |
3 | module.exports = function empty () { |
4 | return function (abort, cb) { |
5 | cb(true) |
6 | } |
7 | } |
8 |
Built with git-ssb-web
1 | |
2 | //a stream that ends immediately. |
3 | module.exports = function empty () { |
4 | return function (abort, cb) { |
5 | cb(true) |
6 | } |
7 | } |
8 |
Built with git-ssb-web