1 repositorio
Definitions for ordered structures including prefix, optional, and variadic elements.
Distinct from Tuple Data Structures: Distinct from Tuple Data Structures: focuses on the validation schema of the tuple rather than the data structure implementation.
Explore 1 awesome GitHub repository matching data & databases · Tuple Schema Definitions. 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
Specifies ordered structures with prefix, optional, variadic, or postfix elements for runtime validation.