git ssb

2+

Dominic / pull-stream



Tree: 7d0c918beaee414a6b11f020b51dfb097122ede0

Files: 7d0c918beaee414a6b11f020b51dfb097122ede0 / 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