1 مستودع
Frameworks for managing complex type compositions, recursive definitions, and branded types with runtime enforcement.
Distinct from TypeScript Type Synthesis: Focuses on the management and orchestration of complex schema relationships rather than just the synthesis of static types.
Explore 1 awesome GitHub repository matching software engineering & architecture · Schema Orchestration. Refine with filters or upvote what's useful.
Arktype is a TypeScript runtime validation library and schema orchestrator. It synchronizes TypeScript types with runtime data validation, allowing users to define type-safe schemas that ensure unknown data adheres to specific structures during application execution. The project distinguishes itself by using set-theory type analysis to determine intersections and subtype compatibility, alongside JIT-compiled validation functions for optimized performance. It supports advanced type modeling through branded type constraints, recursive alias resolution, and the ability to generate runtime valida
Acts as a schema orchestrator managing recursive types, branded types, and complex type compositions with runtime enforcement.