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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesAsynchronous Type Extraction

Utilities for extracting the resolved value type from Promise-based signatures.

Distinct from Promise-To-Result Adaptation: The candidates focus on runtime Promise-to-Result conversion for error handling, not compile-time type extraction of the Promise result.

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

Awesome Asynchronous Type Extraction GitHub Repositories

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

    millsp/ts-toolbelt

    7,145GitHub पर देखें↗

    ts-toolbelt is a collection of specialized utilities for manipulating and validating TypeScript types. It provides a toolkit for performing complex transformations on objects, unions, and functions to enforce strict data consistency at compile time. The library features dedicated transformers for function types, including utilities for currying, composition, and signature extraction. It also includes an object type manipulator for deep merging, patching, and reshaping complex structures. The capability surface extends to literal string processing, type-level arithmetic, and tuple operations.

    Implements a utility to retrieve the underlying value type wrapped by a Promise for type-safe asynchronous handling.

    TypeScriptdynamic-typessafetytype-checking
    GitHub पर देखें↗7,145
  • piotrwitek/utility-typespiotrwitek का अवतार

    piotrwitek/utility-types

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

    This is a TypeScript utility type library providing advanced type aliases and mapped types for complex object and union transformations. It implements specialized tools for creating branded nominal types, extracting type metadata, and performing set operations on union types. The project distinguishes itself through a toolkit for recursive object transformations, allowing for the application of property constraints like read-only or optional status across deeply nested structures. It also provides a system for computing intersections, differences, and complements between union types to simula

    Extracts the resolution type of a Promise at the type level.

    TypeScriptmapped-typesstatic-typingtypescript
    GitHub पर देखें↗5,759
  1. Home
  2. Programming Languages & Runtimes
  3. Asynchronous Type Extraction