awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesType-Safe Schema Validators

Validators that synchronize runtime data checks with static type definitions to ensure consistency.

Distinct from Data Type Validation: Distinct from Data Type Validation: focuses on the synchronization between static TS types and runtime validation logic.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Type-Safe Schema Validators. Refine with filters or upvote what's useful.

Awesome Type-Safe Schema Validators GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • sindresorhus/owsindresorhus का अवतार

    sindresorhus/ow

    3,868GitHub पर देखें↗

    ow is a type-safe schema validation library for TypeScript that verifies data integrity at runtime. It functions as a runtime validation framework and type guard utility, ensuring that JavaScript values match expected types and schemas before they are processed. The library synchronizes runtime data checks with static TypeScript type definitions, allowing users to extract type definitions directly from validation predicates. This integration enables type narrowing, where a successful validation result refines the variable type for safer usage in the code. The framework uses a chainable API t

    Synchronizes runtime data checks with static TypeScript type definitions to ensure type safety during validation.

    TypeScriptjavascriptnodejsnpm-package
    GitHub पर देखें↗3,868
  • php-standard-library/php-standard-libraryphp-standard-library का अवतार

    php-standard-library/php-standard-library

    1,552GitHub पर देखें↗

    The php-standard-library is a comprehensive toolkit for functional programming and asynchronous networking in PHP, featuring typed data structures, structured concurrency, and composable validation mechanisms. It provides explicit result types and pure collection transformers that separate lists from dictionaries, eliminating traditional array key confusion and error-throwing patterns. The library supports concurrent execution through lightweight user-space fibers, message-passing channels, and non-blocking event loops, driving asynchronous TCP, TLS, UDP, and Unix socket servers without relyi

    Checks untrusted input against composable type definitions and shapes to coerce and validate values safely without reflection.

    PHPansiasynccollection
    GitHub पर देखें↗1,552
  1. Home
  2. Software Engineering & Architecture
  3. Data Schema Validation
  4. Data Type Validation
  5. Type-Safe Schema Validators