git ssb

2+

Dominic / pull-stream



Tree: 856f3c822d3053b57d2045da16a0d9d070e053d7

Files: 856f3c822d3053b57d2045da16a0d9d070e053d7 / sinks / on-end.js

116 bytesRaw
1'use strict'
2
3var drain = require('./drain')
4
5module.exports = function onEnd (done) {
6 return drain(null, done)
7}
8

Built with git-ssb-web