1 रिपॉजिटरी
Utilities for wrapping and unwrapping types in Promises and creating async function signatures.
Distinguishing note: Candidates focus on async runtime behavior (route handlers, FFI), not type-level management.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Asynchronous Type Management. Refine with filters or upvote what's useful.
type-fest is a library of reusable utility types for performing complex transformations and validations on objects, arrays, strings, and numeric ranges in TypeScript. It provides a collection of type definitions designed to handle advanced structural changes and constraints. The project distinguishes itself by offering specialized logic for string literal processing, such as casing transformations and pattern-based modifications, and type-level arithmetic for calculating numeric ranges and absolute values. It also includes utilities for enforcing deep immutability, ensuring union mutual exclu
Provides utilities for wrapping values in promises, unwrapping return types, and creating async versions of function types.