map-visit@1.0.0
// Map `visit` over an array of objects.
$ npm install map-visit
downloads/wk
10,422,129
license
MIT
version
1.0.0
published
Apr 9, 2017
What is map-visit?
map-visit is an npm package that applies a visitor function to each object in an array, executing the same operation across multiple objects efficiently. Developers use it when they need to invoke a function or method on corresponding keys or values across a collection of objects, reducing boilerplate code for repetitive object transformations.
Links
Keywords
Dependencies (1)
Maintainers
doowb, jonschlinkert