filter-obj
Filter object keys and values into a new object
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.
@ladjs/pick-original
Transform an Object that was transformed to return only the original properties recursively picked if they are not undefined.