Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
A collection of essential TypeScript types
Delete nested properties from an object using dot notation.
Filter object keys and values into a new object
The lodash method `_.omit` exported as a module.
Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.
Utility function to create a shallow copy of an object which had dropped some fields.
Omit object key/values recursively with lodash as only dependency.
Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.
Recursively omit the specified key or keys from an object.
Pluck and omit properties from a JS object
copy an object but omit the specified keys
A simple (TypeScript) integration of "pick" and "omit" to filter props of an object
- pick
- omit
- picked-props
- omited-props
- typescript
- fillables
- guard
- filter
- wildcard
- props-stay
- filter-props
- delete-props
- guarded
- guarded-props
🐡 Get, set, remove, and test for deeply nested properties
Return a partial object copy excluding specified keys.
A function that returns a copy of the plain object given as first argument but without the keys provided as the other argument(s)
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.
TypeScript utility generating new types by deep picking/omitting, leveraging Template Literal Types from TypeScript >= 4.1
Return a copy of an object without the given keys.
Deletes keys from the object that match a condition without side effects.