licenses.dev

mixin-object v2.0.1

Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT2
PackageRelationDependenciesPublished
for-in • 0.1.8Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsDIRECT0
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?"DIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/mixin-object)](https://licenses.dev/npm/mixin-object)
<a href="https://licenses.dev/npm/mixin-object">
  <img src="https://licenses.dev/b/npm/mixin-object" alt="licenses" />
</a>

Or the licenses badge code for the 2.0.1 version:

[![licenses](https://licenses.dev/b/npm/mixin-object/2.0.1)](https://licenses.dev/npm/mixin-object/2.0.1)
<a href="https://licenses.dev/npm/mixin-object/2.0.1">
  <img src="https://licenses.dev/b/npm/mixin-object/2.0.1" alt="licenses" />
</a>
GitHub