omit-keys
Return a copy of an object without the given keys.
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.
omit-deep
Recursively omit the specified key or keys from an object.