awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • toss/es-toolkitالصورة الرمزية لـ toss

    toss/es-toolkit

    11,154عرض على 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
    عرض على GitHub↗11,154
  • arktypeio/arktypeالصورة الرمزية لـ arktypeio

    arktypeio/arktype

    7,780عرض على 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
    عرض على GitHub↗7,780
  • remeda/remedaالصورة الرمزية لـ remeda

    remeda/remeda

    5,382عرض على GitHub↗

    Remeda هي مكتبة أدوات وظيفية آمنة من حيث النوع لـ TypeScript مصممة لبناء خطوط أنابيب تحويل البيانات. توفر مجموعة أدوات من الوظائف المساعدة لمعالجة المصفوفات والكائنات مع الحفاظ على سلامة النوع الصارمة طوال العملية. تتميز المكتبة بدعمها لأساليب الاستدعاء التي تعتمد على البيانات أولاً والبيانات أخيراً. تستخدم التقييم الكسول (lazy evaluation) لمعالجة مجموعات البيانات، حيث تقيم التحويلات فقط عند طلب النتيجة النهائية لتجنب إنشاء نسخ وسيطة للمجموعة. تغطي مجموعة الأدوات معالجة المجموعات، وتكوين الوظائف، وإنشاء سلاسل منطقية معيارية. تتيح هذه القدرات بناء خطوط أنابيب بيانات تتدفق المعلومات من خلال تسلسلات من التحويلات.

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

    TypeScript
    عرض على GitHub↗5,382
  1. Home
  2. Software Engineering & Architecture
  3. Type-Safe Data Transformation Toolsets