Search results
34 packages found
copy an object but omit the specified keys
Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.
Filter object keys and values into a new object
Recursively omit the specified key or keys from an object
(fork of omit-empty) Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.
Return the `this` object stripped of some properties.
lodash omitDeep/omitByDeep object key/value recursively
Return a copy of the object excluding the blacklisted properties
Return a partial object copy excluding specified keys.
Transform an Object that was transformed to return only the original properties recursively picked if they are not undefined.
Mess with the properties of deeply nested objects.
Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.
Return a partial object copy containing only specified keys.
(fork of omit-empty) Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.
Omit object key/values recursively with lodash as only dependency.
JS Utility script for deeply omitting object properties, inspired by lodash omit.
Return a copy of an object without the given keys.
Map values from one object to a new object having the same keys.
Map values from one object to a new object having the same keys.
omit private keys from objects