awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • flow-typed/flow-typedالصورة الرمزية لـ flow-typed

    flow-typed/flow-typed

    3,758عرض على GitHub↗

    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
    عرض على GitHub↗3,758
  • flowtype/flow-typedالصورة الرمزية لـ flowtype

    flowtype/flow-typed

    3,759عرض على GitHub↗

    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
    عرض على GitHub↗3,759
  1. Home
  2. Development Tools & Productivity
  3. Type Definition Managers