1 repositorio
Recursive transformation of object property names between different casing conventions.
Distinct from Recursive Object Type Transformers: Focuses specifically on the transformation of string casing for property keys, whereas Recursive Object Type Transformers covers generic modifiers like optionality.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Case Conversion. 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
TypeScript-ts-tool converts object property names from other casing conventions to camelCase recursively.