git ssb

2+

Dominic / pull-stream



Tree: 9e8b7714e605551f6eb22a0160194142cb7c3e47

Files: 9e8b7714e605551f6eb22a0160194142cb7c3e47 / 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