Search results
34 packages found
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
A function that returns a copy of the plain object given as first argument but without the keys provided as the other argument(s)
Deletes keys from the object that match a condition without side effects.
Returns passed object without passed keys.
The opposite of @lavadrop/pick; this method creates an object composed of the object's own properties that are not in the list of omitted keys.
Recursively omit the specified key or keys from an object.
The opposite of @queso/pick; this method creates an object composed of the object's own properties that are not in the list of omitted keys.
Omit object keys by values recursively with lodash as only dependency.
Similar to omit-empty, recursively omits empty properties, but also compacts/flattens nested arrays in an object.
Recursively omit the specified key or keys from an object.
Recursively omit the specified key or keys from an object.
Recursively omit the specified key or keys from an object.