1 repository
Generates optimized runtime validation, serialization, and schema functions from TypeScript type annotations during compilation.
Distinct from Compile-Time Code Generation: Distinct from Compile-Time Code Generation: specifically generates code from TypeScript type annotations, not general build-time code generation.
Explore 1 awesome GitHub repository matching software engineering & architecture · TypeScript Type-to-Code Generators. Refine with filters or upvote what's useful.
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
Generates optimized runtime validation, serialization, and schema functions from TypeScript type annotations during compilation.