pull-stream/throughs/async-map
June 12, 2016 ยท View on GitHub
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) }