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
·

2 Repos

Awesome GitHub RepositoriesType Definition Managers

Tools designed to install and synchronize collections of type definitions for external dependencies.

Distinct from Project Type Definitions: Unlike project-level definitions or JSON types, this is about the management and synchronization of a central collection.

Explore 2 awesome GitHub repositories matching development tools & productivity · Type Definition Managers. Refine with filters or upvote what's useful.

Awesome Type Definition Managers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • flow-typed/flow-typedAvatar von flow-typed

    flow-typed/flow-typed

    3,758Auf GitHub ansehen↗

    flow-typed is a collection of curated type definitions for external JavaScript libraries and a manager for installing these definitions into Flow projects. It serves as a centralized repository of type declarations that enable static type checking and autocomplete for third-party dependencies that do not ship with their own types. The project provides a command line interface to fetch, inject, and update specific type definitions within a local project directory. This process ensures that external library imports are resolved by the Flow type checker through version-matched type mapping.

    Provides tools to install and synchronize collections of type definitions for external dependencies.

    JavaScriptcliflowflowtype
    Auf GitHub ansehen↗3,758
  • flowtype/flow-typedAvatar von flowtype

    flowtype/flow-typed

    3,759Auf GitHub ansehen↗

    flow-typed is a type definition manager, repository, and library designed to enable static type checking for third-party JavaScript libraries. It provides a curated collection of external type declarations that allow Flow projects to maintain type safety and error detection for non-typed dependencies. The project centers on a command-line interface used to install and update library type definitions from a remote source. This manager resolves compatible type versions based on a project's dependencies and maps them to local directories for use by a static type checker. Beyond type checking, t

    Provides a centralized system for installing and updating type definitions for external libraries to ensure consistent project types.

    JavaScript
    Auf GitHub ansehen↗3,759
  1. Home
  2. Development Tools & Productivity
  3. Type Definition Managers