type-fest
A collection of essential TypeScript types
A collection of essential TypeScript types
Delete nested properties from an object using dot notation.
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
The lodash method `_.omit` exported as a module.
Utility function to create a shallow copy of an object which had dropped some fields.
Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.
Recursively omit the specified key or keys from an object.
Omit object key/values recursively with lodash as only dependency.
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 copy of an object without the given keys.
copy an object but omit the specified keys
Omit release notes plugin for auto
Pluck and omit properties from a JS object
Omit commits plugin for auto
Omit commits plugin for auto
(fork of omit-empty) Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.
A simple (TypeScript) integration of "pick" and "omit" to filter props of an object
Lightweight version of Object omit.
Omit release notes plugin for auto