1 مستودع
Sets of higher-order type utilities for mapping, filtering, and reducing the structure of type definitions.
Distinct from TypeScript Type Definitions: Unlike general type definitions, this focuses on the functional tools used to transform those definitions.
Explore 1 awesome GitHub repository matching software engineering & architecture · Generic Manipulation Toolsets. Refine with filters or upvote what's useful.
Hotscript is a comprehensive suite of composable utilities designed for performing structural transformations and mathematical operations within the TypeScript type system. It serves as a type-level manipulation library that provides a set of higher-order functions to map, filter, and reduce the structure of type definitions. The project focuses on type-level programming by implementing reusable logic and calculations directly within types. This includes the ability to create custom type functions, implement type-level pattern matching, and compose sequences of transformations where each oper
Ships a set of higher-order functions for mapping, filtering, and reducing the structure of TypeScript type definitions.