1 مستودع
Validation logic that specifically checks if a value is an instance of a particular class.
Distinct from Class Property Validation: Distinct from Class Property Validation: checks the identity of the class instance itself rather than the values of its properties.
Explore 1 awesome GitHub repository matching software engineering & architecture · Class Instance Validation. 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
Constrains types to specific classes using instance checks during runtime validation.