type-fest
A collection of essential TypeScript types
unset-value
Delete nested properties from an object using dot notation.
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.
omit.js
Utility function to create a shallow copy of an object which had dropped some fields.