awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesObject Path Merging

Utilities for merging fields from one object into another at a specific nested type path.

Distinct from Object Transformation: Focuses on merging at a specific depth/path rather than shallow object merging.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Object Path Merging. Refine with filters or upvote what's useful.

Awesome Object Path Merging GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • millsp/ts-toolbeltAvatar de millsp

    millsp/ts-toolbelt

    7,145Voir sur GitHub↗

    ts-toolbelt is a collection of specialized utilities for manipulating and validating TypeScript types. It provides a toolkit for performing complex transformations on objects, unions, and functions to enforce strict data consistency at compile time. The library features dedicated transformers for function types, including utilities for currying, composition, and signature extraction. It also includes an object type manipulator for deep merging, patching, and reshaping complex structures. The capability surface extends to literal string processing, type-level arithmetic, and tuple operations.

    Completes the fields of an object at a specified path using fields from another object.

    TypeScriptdynamic-typessafetytype-checking
    Voir sur GitHub↗7,145
  1. Home
  2. Programming Languages & Runtimes
  3. Object Type Transformations
  4. Object Path Merging