Files: d2f2697f296dd39aed6a8b63c6d04a736a7db5b3 / node_modules / pull-stream / util / abort-cb.js
131 bytesRaw
1 | module.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