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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesType Declaration Files

Files that describe the shapes of JavaScript libraries to provide type safety without modifying the original source code.

Distinct from Typed JavaScript Alternatives: None of the candidates cover the specific concept of .d.ts declaration files for third-party JS libraries.

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

Awesome Type Declaration Files GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/typescript-handbookAvatar von microsoft

    microsoft/TypeScript-Handbook

    4,855Auf GitHub ansehen↗

    This project is a comprehensive guide and educational resource for the TypeScript language. It covers the fundamental principles of the language, including its structural type system, static type analysis, and the process of transpiling typed source files into JavaScript. The material details how to model complex data and reusable type logic using generics, conditional types, and mapped types. It also explains the use of declaration files to provide type safety for external JavaScript libraries and the integration of type checking into existing JavaScript projects via JSDoc annotations. The

    Provides comprehensive guidance on writing declaration files to enable type safety for external JavaScript dependencies.

    JavaScriptdocumentationlearntypescript
    Auf GitHub ansehen↗4,855
  1. Home
  2. Programming Languages & Runtimes
  3. Type Declaration Files