mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
11 lines
222 B
Markdown
11 lines
222 B
Markdown
# pull-stream/throughs/async-map
|
|
|
|
## usage
|
|
|
|
### `asyncMap = require('pull-stream/throughs/async-map')`
|
|
|
|
### `asyncMap(fn)`
|
|
|
|
Like [`map`](./map.md) but the signature of `fn` must be
|
|
`function (data, cb) { cb(null, data) }`
|