awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesFluent Validation APIs

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.

Awesome Fluent Validation APIs GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • sindresorhus/owAvatar de sindresorhus

    sindresorhus/ow

    3,868Voir sur GitHub↗

    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.

    TypeScriptjavascriptnodejsnpm-package
    Voir sur GitHub↗3,868
  1. Home
  2. Software Engineering & Architecture
  3. Application Frameworks
  4. General Purpose Frameworks
  5. Java Frameworks
  6. Fluent Validation APIs