Skip to content

Raynos/map-async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

map-async

Asynchronously map over a list

Example

var map = require("map-async")

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

Installation

npm install map-async

Contributors

  • Raynos

MIT Licenced

About

Asynchronously map over a list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published