extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.
INDIRECT
1
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"
INDIRECT
0
unescape • 1.0.1Convert HTML entities to HTML characters, e.g. `>` converts to `>`.