git ssb

3+

cel / ssb-npm-registry



Tree: d2f2697f296dd39aed6a8b63c6d04a736a7db5b3

Files: d2f2697f296dd39aed6a8b63c6d04a736a7db5b3 / node_modules / pull-stream / 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