Search results
34 packages found
Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.
copy an object but omit the specified keys
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.
Return a copy of an object without the given keys.
lodash omitDeep/omitByDeep object key/value recursively
Return a copy of the object excluding the blacklisted properties
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.
(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.
omit private keys from objects
Deletes keys from the object that match a condition without side effects.
Returns a new object without the blacklisted properties
Common typescript ready prototypes available in both CommonJS and ECMAScript
- server-side
- client-side
- common
- typescript
- prototype
- array
- all
- any
- append
- average
- chunk
- clone
- compact
- contains
- View more
Recursively omit the specified key or keys from an object.