1 रिपॉजिटरी
Recursive modification of properties within deep object structures to change requirement or mutability status.
Distinct from Object Transformation: Focuses on the recursive application of transformations to nested properties, rather than flat object picking or omitting.
Explore 1 awesome GitHub repository matching data & databases · Recursive Property Transformations. Refine with filters or upvote what's useful.
This is a TypeScript utility type library providing advanced type aliases and mapped types for complex object and union transformations. It implements specialized tools for creating branded nominal types, extracting type metadata, and performing set operations on union types. The project distinguishes itself through a toolkit for recursive object transformations, allowing for the application of property constraints like read-only or optional status across deeply nested structures. It also provides a system for computing intersections, differences, and complements between union types to simula
Enables recursive modification of properties in deep object structures to change mutability or requirement status.