node-collection-visit

Visit a method over items in object, or map visit over the objects
  https://github.com/jonschlinkert/collection-visit
  0
  no reviews



Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or merge, useful when events are emitted on a method like get or set.

Node.js is an event-based server-side JavaScript engine.