pull-stream/throughs/async-map

June 12, 2016 ยท View on GitHub

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

Contents

  1. 1usage
  2. 1.1asyncMap = require('pull-stream/throughs/async-map')
  3. 1.2asyncMap(fn)