npm.io
0.1.1 • Published 13 years ago

map-async

Licence
Version
0.1.1
Deps
0
Vulns
0
Weekly
0
Stars
18

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