object.omit
Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.
type-fest
A collection of essential TypeScript types
omit-deep
Recursively omit the specified key or keys from an object.
omit-deep-lodash
Omit object key/values recursively with lodash as only dependency.
omit.js
Utility function to create a shallow copy of an object which had dropped some fields.