licenses.dev

object.omit v1.1.0

Return a copy of an object without the given key, or array of keys.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT3
PackageRelationDependenciesPublished
for-in • 1.0.2Iterate 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.jsINDIRECT0
for-own • 0.1.5Iterate over the own 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.js.DIRECT1
isobject • 1.0.2Returns true if the value is an object and not an array or null.DIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.1.0 version:

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