awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
TypeScript Declaration Tooling · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesTypeScript Declaration Tooling

Explore 3 awesome GitHub repositories matching programming languages & runtimes · TypeScript Declaration Tooling. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Programming Language Varieties
  4. Programming Languages
  5. Type Systems
  6. TypeScript Declaration Tooling

Awesome TypeScript Declaration Tooling GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • denoland/deno

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Rustdenojavascriptrust
  • nuxt/nuxt

    nuxt/nuxt

    59,659GitHubView on GitHub↗

    Nuxt is a universal web framework designed for building full-stack applications that seamlessly transition between server-side rendering and client-side interactivity. It provides a comprehensive development environment that automates routing, dependency injection, and type generation, allowing developers to focus on a

    TypeScriptcsrframeworkfull-stack
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    TypeScript

Explore sub-tags

  • Build-Time Type GeneratorsAutomated processes that generate type definitions from project configuration or file structures during the build phase.
  • Component Type DefinitionsSupport for type-safe component properties, events, and template expressions within UI component frameworks.
  • Declaration File ProvidersMechanisms for associating type definitions with JavaScript modules.
Global Type Augmentations
Mechanisms for extending the global namespace with custom type definitions or polyfills.