0.0.2 • Published 10 years ago

map-object v0.0.2

Weekly downloads
10
License
-
Repository
github
Last release
10 years ago

map-object

Map over the key-value pairs of an object.

API

module.exports = function mapObject (object, callback, context=object) -> Array

Callback should have a signature of (value, key, object) -> anything it will be called with it's context (this) set to the value of context if provided, or object if no context is provided.

License

MIT

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago