awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesTypeScript Type-to-Code Validators

Transforms TypeScript type annotations into runtime validation, serialization, and parsing functions without decorators or separate schema files.

Distinct from Runtime Type Validation: Distinct from Runtime Type Validation: generates validation code from TypeScript types at compile time, not runtime class checks.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · TypeScript Type-to-Code Validators. Refine with filters or upvote what's useful.

Awesome TypeScript Type-to-Code Validators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • gcanti/fp-tsgcanti 的头像

    gcanti/fp-ts

    11,523在 GitHub 上查看↗

    fp-ts is a TypeScript library that brings pure functional programming patterns to the language through algebraic data types, type class abstractions, and composable combinators. It provides foundational data types like Option for optional values, Either for typed error handling, and Task for lazy asynchronous computations, all designed to make invalid states unrepresentable and side effects explicit. The library is built on category theory concepts, offering type classes such as Functor, Applicative, Monad, Semigroup, and Monoid with lawful instances for common data structures. The library di

    Applies pure functional patterns with immutable data types and type classes for composable TypeScript code.

    TypeScriptalgebraic-data-typesfunctional-programmingtypescript
    在 GitHub 上查看↗11,523
  • samchon/typiasamchon 的头像

    samchon/typia

    5,837在 GitHub 上查看↗

    Typia is a compile-time code generator that transforms TypeScript type annotations into runtime validation, serialization, and schema functions without requiring decorators or separate schema files. It generates optimized validation and serialization code during TypeScript compilation, producing dedicated functions for each type that eliminate runtime schema objects for faster execution. The project extends this core capability into several integrated areas. It generates fully typed client SDKs from NestJS controller source code, keeping server and client types synchronized automatically. It

    Transforms TypeScript type annotations into runtime validation, serialization, and parsing functions without decorators or separate schema files.

    Go
    在 GitHub 上查看↗5,837
  • locutusjs/locutuslocutusjs 的头像

    locutusjs/locutus

    3,770在 GitHub 上查看↗

    Locutus is a multi-language utility library and polyfill collection written in TypeScript. It provides a comprehensive set of implementations for standard library functions from various programming languages, enabling developers to use familiar semantics and behaviors across different technical environments. The library functions as a cross-language standard library, porting core logic and utilities from diverse languages into a type-safe TypeScript toolset. It focuses on maintaining consistent behavior through a polyfill-based design that replicates the original functionality of these foreig

    Ships a suite of utilities for complex sequence iterations, statistical calculations, and precision mathematics.

    TypeScriptjavascriptportsprogramming-language
    在 GitHub 上查看↗3,770
  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Type Validation
  4. TypeScript Type-to-Code Validators

探索子标签

  • Pure Functional TypeScript Abstractions1 个子标签Applying pure functional patterns with immutable data types, type classes, and algebraic abstractions to write predictable, composable TypeScript code. **Distinct from TypeScript Type-to-Code Validators:** Distinct from TypeScript Type-to-Code Validators: focuses on pure functional programming patterns (type classes, algebraic data types) rather than runtime validation code generation from types.