Swap-Aggregator-Subgraph/node_modules/pull-stream/docs/throughs/async-map.md
2022-07-03 07:27:35 +05:30

222 B

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) }