awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesFunction Signature Validation

Runtime validation of both parameters and return types for functions, including support for defaults and variadics.

Distinct from Function Return Type Validation: Covers the entire function signature (input and output) whereas the sibling focuses specifically on the return type.

Explore 1 awesome GitHub repository matching software engineering & architecture · Function Signature Validation. Refine with filters or upvote what's useful.

Awesome Function Signature Validation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • arktypeio/arktypeAvatar de arktypeio

    arktypeio/arktype

    7,780Ver en GitHub↗

    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

    Defines functions with runtime-validated parameters and return types, supporting defaults and variadic arguments.

    TypeScriptjavascriptparsingruntime-typechecking
    Ver en GitHub↗7,780
  1. Home
  2. Software Engineering & Architecture
  3. Function Signature Validation