Files: 6c5caa6f225a8f887bd50cc0ca3fe79876b24357 / docs / throughs / async-map.md
222 bytesRaw
pull-stream/throughs/async-map
usage
asyncMap = require('pull-stream/throughs/async-map')
asyncMap(fn)
Like map
but the signature of fn
must be
function (data, cb) { cb(null, data) }
Built with git-ssb-web