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
·

3 dépôts

Awesome GitHub RepositoriesType-Safe Data Transformation Toolsets

Sets of utility functions utilizing generics to maintain type safety during data manipulation.

Distinct from TypeScript Type Synthesis: Focuses on the toolset of functions for data transformation, not the transpilation process or type synthesis.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Type-Safe Data Transformation Toolsets. Refine with filters or upvote what's useful.

Awesome Type-Safe Data Transformation Toolsets 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.
  • toss/es-toolkitAvatar de toss

    toss/es-toolkit

    11,154Voir sur GitHub↗

    es-toolkit is a JavaScript utility library and TypeScript data transformation toolset designed as a high-performance alternative to traditional utility suites. It serves as a tree-shakable module library and a compatibility layer for those migrating from legacy dependencies by mirroring established function signatures. The project is specifically optimized for AI code generation, providing structured documentation and specialized skill sets to improve the accuracy and discoverability of its functions for AI coding assistants. Its architecture focuses on a zero-dependency core and modular expo

    Ships a set of optimized helper functions using TypeScript generics to ensure type safety during collection management.

    TypeScript
    Voir sur GitHub↗11,154
  • arktypeio/arktypeAvatar de arktypeio

    arktypeio/arktype

    7,780Voir sur GitHub↗

    Arktype is a TypeScript runtime validation library and schema orchestrator. It synchronizes TypeScript types with runtime data validation, allowing users to define type-safe schemas that ensure unknown data adheres to specific structures during application execution. The project distinguishes itself by using set-theory type analysis to determine intersections and subtype compatibility, alongside JIT-compiled validation functions for optimized performance. It supports advanced type modeling through branded type constraints, recursive alias resolution, and the ability to generate runtime valida

    Implements a system for morphing and piping data through validation steps to produce structured, type-safe outputs.

    TypeScriptjavascriptparsingruntime-typechecking
    Voir sur GitHub↗7,780
  • remeda/remedaAvatar de remeda

    remeda/remeda

    5,382Voir sur GitHub↗

    Remeda est une bibliothèque utilitaire fonctionnelle typée pour TypeScript conçue pour construire des pipelines de transformation de données. Elle fournit une boîte à outils de fonctions d'assistance pour manipuler les tableaux et les objets tout en maintenant une intégrité de type stricte tout au long du processus. La bibliothèque se caractérise par son support des styles d'appel data-first et data-last. Elle utilise l'évaluation paresseuse (lazy evaluation) pour traiter les collections de données, n'évaluant les transformations que lorsque le résultat final est demandé afin d'éviter de créer des copies intermédiaires de collections. La boîte à outils couvre la manipulation de collections, la composition de fonctions et la création de chaînes de logique modulaires. Ces capacités permettent la construction de pipelines de données qui font circuler l'information à travers des séquences de transformations.

    Offers type-safe utility functions to reshape and clean arrays and objects within TypeScript applications.

    TypeScript
    Voir sur GitHub↗5,382
  1. Home
  2. Software Engineering & Architecture
  3. Type-Safe Data Transformation Toolsets