map-async
Asynchronously map over a list
Last updated 12 years ago by raynos .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install map-async 
SYNC missed versions from official npm registry.

map-async

Asynchronously map over a list

Example

var map = require("map-async")

map({
    foo: "bar"
    , baz: "boz"
}, function iterator(value, key, cb) {
    return value + value
}, function finish(err, result) {
    /* ... */
})

Installation

npm install map-async

Contributors

  • Raynos

MIT Licenced

Current Tags

  • 0.1.1                                ...           latest (12 years ago)

2 Versions

  • 0.1.1                                ...           12 years ago
  • 0.1.0                                ...           12 years ago
Maintainers (1)
Downloads
Total 2
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (2)
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE