map-sync

0.1.1 • Public • Published

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

MIT Licenced

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    1
  • 0.1.0
    0

Package Sidebar

Install

npm i map-sync

Weekly Downloads

1

Version

0.1.1

License

none

Last publish

Collaborators

  • raynos