git ssb

2+

Dominic / pull-stream



Tree: 11f0d082fcb805336ce40ead36918a2dc3cf4ee7

Files: 11f0d082fcb805336ce40ead36918a2dc3cf4ee7 / 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