1 مستودع
Operations for deriving new schemas from existing ones using picking, omitting, and merging.
Distinct from Schema-to-Type Transformations: Distinct from Schema-to-Type Transformations: this is about manipulating the schema definition itself, not converting it to a static type.
Explore 1 awesome GitHub repository matching software engineering & architecture · Schema Type Manipulations. 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
Provides utilities to pick, omit, and merge properties of existing schemas to create new derived type definitions.