map-async

0.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i map-async

Weekly Downloads

7,596

Version

0.1.1

License

none

Last publish

Collaborators

  • raynos