git ssb

2+

Dominic / pull-stream



Tree: 7aa21412f6c0bd6b84022d67ff8e51711eddb510

Files: 7aa21412f6c0bd6b84022d67ff8e51711eddb510 / empty.js

122 bytesRaw
1//a stream that ends immediately.
2module.exports = function empty () {
3 return function (abort, cb) {
4 cb(true)
5 }
6}
7

Built with git-ssb-web