1 dépôt
Interfaces that use method chaining to build complex validation rule sets.
Distinct from Fluent Validation Libraries: Distinct from Fluent Validation Libraries: specifically focuses on the API pattern for TypeScript/JavaScript rather than being restricted to Java.
Explore 1 awesome GitHub repository matching software engineering & architecture · Fluent Validation APIs. Refine with filters or upvote what's useful.
ow is a type-safe schema validation library for TypeScript that verifies data integrity at runtime. It functions as a runtime validation framework and type guard utility, ensuring that JavaScript values match expected types and schemas before they are processed. The library synchronizes runtime data checks with static TypeScript type definitions, allowing users to extract type definitions directly from validation predicates. This integration enables type narrowing, where a successful validation result refines the variable type for safer usage in the code. The framework uses a chainable API t
Uses a chainable, fluent API to build complex verification logic for function arguments and object shapes.