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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesType Checking

Mechanisms for verifying the class or prototype lineage of an object at runtime.

Distinguishing note: Candidates focus on pointer validity or visual class transformation rather than the instanceof operator.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Type Checking. Refine with filters or upvote what's useful.

Awesome Type Checking GitHub Repositories

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

    sinclairzx81/typebox

    6,759GitHub पर देखें↗

    TypeBox is a JSON schema generator and TypeScript data validator. It functions as a type builder that creates compliant JSON schema definitions while providing a mechanism for synchronizing runtime validation logic with compile-time types. The project allows for the automatic derivation of static TypeScript interfaces from schema definitions to eliminate redundant type declarations. It converts complex type constructs into schema fragments and resolves static types to maintain consistency between data shapes and code. The system covers runtime type checking and data validation through the us

    Verifies that data received from external sources matches expected TypeScript types using compiled validators.

    TypeScriptjsonschematypescript
    GitHub पर देखें↗6,759
  • marijnh/eloquent-javascriptmarijnh का अवतार

    marijnh/Eloquent-JavaScript

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

    Eloquent-JavaScript is a comprehensive JavaScript programming textbook and interactive coding tutorial designed for web development education. It serves as both a language reference and a practical guide, combining theoretical lessons with an environment where learners can execute and modify code examples. The project focuses on the fundamental principles of the JavaScript language, including lexical scoping, prototype-based inheritance, and asynchronous patterns. It provides detailed instruction on object-oriented programming, functional programming, and the use of the browser DOM to create

    Demonstrates how to determine an object's derivation from a specific class using the instanceof operator.

    JavaScript
    GitHub पर देखें↗3,097
  1. Home
  2. Programming Languages & Runtimes
  3. Type Checking

सब-टैग एक्सप्लोर करें

  • RuntimeVerifying that data values match expected types during application execution. **Distinct from Type Checking:** Distinct from general Type Checking by focusing on runtime verification of external data against a schema rather than internal class lineage.