map-sync
v0.1.1
Published
[].map but better!
Downloads
4
Readme
map-sync
[].map but better!
Example
var o = map({ steve: 1, bob: 2}, function (v) {
return v * 2
})
// o => { steve: 2, bob: 4 }
Installation
npm install map-sync
Contributors
- Raynos