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 RepositoriesType Parameter Declaration Syntax

Define type parameters on functions, classes, and type declarations using angle brackets so code can work with multiple types while staying reusable.

Distinct from Generic Types: Distinct from Generic Types: focuses on the declaration syntax for type parameters rather than the general concept of generics.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Type Parameter Declaration Syntax. Refine with filters or upvote what's useful.

Awesome Type Parameter Declaration Syntax GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • tc39/proposal-type-annotationsAvatar de tc39

    tc39/proposal-type-annotations

    4,386Ver en GitHub↗

    This is an ECMAScript proposal that adds static type syntax to JavaScript, enabling type checking without a separate transpilation step. The proposal defines a standard for type annotations, interfaces, generics, and type imports and exports that are stripped during execution, allowing code to run natively in existing JavaScript engines while still being validated by external type checkers. The proposal introduces generic type parameters using angle-bracket syntax on functions, classes, and type declarations, which are removed at runtime. It also provides syntax for type annotations on variab

    Defines type parameters on functions, classes, and type declarations using angle brackets.

    JavaScript
    Ver en GitHub↗4,386
  1. Home
  2. Programming Languages & Runtimes
  3. Generic Types
  4. Type Parameter Declaration Syntax