UNPKG

222 BMarkdownView Raw
1# pull-stream/throughs/async-map
2
3## usage
4
5### `asyncMap = require('pull-stream/throughs/async-map')`
6
7### `asyncMap(fn)`
8
9Like [`map`](./map.md) but the signature of `fn` must be
10`function (data, cb) { cb(null, data) }`