-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Overview
I would like to propose adding additional TypeScript type utility functions to enhance type manipulation capabilities. These could include more advanced features, addressing current limitations with TypeScript’s built-in types.
Proposed Utilities
- MergeDeep: A utility for merging complex nested structures.
- PickDeep: An advanced version of Pick that handles nested objects and arrays.
- OmitDeep: A deep omit function that allows for key omission in deeply nested structures.
These enhancements could significantly improve type safety and developer experience.
Benefits
- Improved developer efficiency
- Better type safety in complex applications
I believe these changes would greatly benefit the TypeScript community, and I look forward to discussing this further!
Metadata
Metadata
Assignees
Labels
No labels