git ssb

2+

Dominic / pull-stream



Tree: 48f11ee4bbabe3ee3bf0c9e02f75c39456e53582

Files: 48f11ee4bbabe3ee3bf0c9e02f75c39456e53582 / util / abort-cb.js

131 bytesRaw
1module.exports = function abortCb(cb, abort, onAbort) {
2 cb(abort)
3 onAbort && onAbort(abort === true ? null: abort)
4 return
5}
6
7

Built with git-ssb-web