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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesRuntime Type Preservation

Maintaining the identity of complex runtime types during data transfer.

Distinct from TypeScript Type Definitions: Focuses on preserving actual runtime instances (Dates, Maps, Sets) rather than static type definitions.

Explore 1 awesome GitHub repository matching software engineering & architecture · Runtime Type Preservation. Refine with filters or upvote what's useful.

Awesome Runtime Type Preservation GitHub Repositories

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

    flightcontrolhq/superjson

    5,260GitHub पर देखें↗

    Superjson is a lossless JSON serialization library and data transcoder. It converts complex JavaScript and TypeScript data types into strings and metadata to ensure that type identity is preserved during data transfer. The library preserves non-native types such as Dates, Maps, and Sets by splitting values into a JSON-compatible payload and a separate map of type-specific metadata. It utilizes a registry-based mapping system that allows for the definition of custom type handlers to manage third-party data types during serialization and deserialization. This utility supports cross-process dat

    Ensures TypeScript-defined classes and complex types maintain their identity when transferred between server and client.

    TypeScriptblitzjshacktoberfestjavascript
    GitHub पर देखें↗5,260
  1. Home
  2. Software Engineering & Architecture
  3. TypeScript Type Definitions
  4. Runtime Type Preservation