Files: 8c0347d8e7f88171cd4c45eec22b42c5c7332fac / 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