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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • toss/es-toolkitAvatar von toss

    toss/es-toolkit

    11,154Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,154
  • arktypeio/arktypeAvatar von arktypeio

    arktypeio/arktype

    7,780Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,780
  • remeda/remedaAvatar von remeda

    remeda/remeda

    5,382Auf GitHub ansehen↗

    Remeda ist eine typsichere funktionale Utility-Bibliothek für TypeScript, die für den Aufbau von Datentransformations-Pipelines entwickelt wurde. Sie bietet ein Toolkit von Hilfsfunktionen zur Manipulation von Arrays und Objekten, während die strikte Typintegrität während des gesamten Prozesses gewahrt bleibt. Die Bibliothek zeichnet sich durch ihre Unterstützung für sowohl Data-First- als auch Data-Last-Aufrufstile aus. Sie nutzt Lazy Evaluation zur Verarbeitung von Datensammlungen und führt Transformationen nur dann aus, wenn das Endergebnis angefordert wird, um die Erstellung von Zwischenkopien der Sammlung zu vermeiden. Das Toolkit deckt die Sammlungsmanipulation, Funktionskomposition und die Erstellung modularer Logikketten ab. Diese Funktionen ermöglichen die Konstruktion von Daten-Pipelines, die Informationen durch Sequenzen von Transformationen leiten.

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

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