Visit a method over the items in an object, or map visit over the objects in an array.
jonschlinkertover 2 years agoUtils for working with JavaScript classes and prototype methods.
jonschlinkertover 2 years agoAdds a static extend
method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a Parent
constructor onto Child
constructors.
Call a specified method on each value in the given object.
jonschlinkertover 2 years ago