A collection of essential TypeScript types
sindresorhus4 days agoDelete nested properties from an object using dot notation.
jonschlinkertover 2 years agoUtility function to create a shallow copy of an object which had dropped some fields.
benjycuiover 2 years agoReturn a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.
jonschlinkertover 1 year ago