1 مستودع
Utilities that resolve the value type at a specific nested string path within an object.
Distinct from Recursive Type Resolution: Focuses on resolving types via string paths rather than general recursive instantiation of generics
Explore 1 awesome GitHub repository matching software engineering & architecture · Object Path Type Resolutions. Refine with filters or upvote what's useful.
ts-essentials is a comprehensive toolkit of utility types and libraries for TypeScript, providing advanced primitives for recursive structural transformations, runtime assertions, and type guards. It serves as a utility library for performing complex type-level programming to ensure stronger type safety and reduce boilerplate. The project distinguishes itself through a specialized set of tools for deep object manipulation, such as recursively applying read-only or optional modifiers across nested hierarchies. It also provides a dedicated set of strict type constraints to ensure data structure
Generates union types of string paths to resolve value types at specific nested locations within objects.