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

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

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

flow-typed/flow-typed

0
View on GitHub↗
3,758 نجوم·1,314 تفرعات·JavaScript·MIT·3 مشاهداتflow-typed.github.io/flow-typed↗

Flow Typed

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.

Features

  • Type Definition Registries - Maintains a curated registry of compatible type definitions for third-party JavaScript libraries.
  • Type Definition Installers - Implements a CLI utility for fetching and mapping type declaration files into the project environment.
  • Type Definition Managers - Provides tools to install and synchronize collections of type definitions for external dependencies.
  • Type Definition Repositories - Provides a centralized, versioned repository of curated type definitions for external JavaScript libraries.
  • External Library Definitions - Provides declaration files that map types for third-party dependencies to enable static analysis of external code.
  • Static Type Definitions - Provides static type definitions for external JavaScript libraries to enable type safety in Flow.
  • Third Party Library Typing - Creates and manages type definition files for external modules to enable static analysis of third party APIs.
  • Command-Based Package Installation - Ships a CLI to fetch and inject specific type definitions into local project directories.
  • Stub-to-Package Version Mapping - Associates specific library versions with corresponding type definition sets for analysis accuracy.
  • Local Injection - Injects external type files into the project root so the Flow type checker can resolve third-party imports.
  • Static Type Checking - Enables a static type checking workflow through the provision of missing third-party type definitions.

سجل النجوم

مخطط تاريخ النجوم لـ flow-typed/flow-typedمخطط تاريخ النجوم لـ flow-typed/flow-typed

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Flow Typed

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Flow Typed.
  • 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

    JavaScript
    عرض على GitHub↗3,759
  • microsoft/typescript-handbookالصورة الرمزية لـ microsoft

    microsoft/TypeScript-Handbook

    4,855عرض على GitHub↗

    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

    JavaScriptdocumentationlearntypescript
    عرض على GitHub↗4,855
  • python/typeshedالصورة الرمزية لـ python

    python/typeshed

    5,076عرض على GitHub↗

    Typeshed is a collection of static type definitions and stubs for the Python standard library and third-party packages. It serves as a standardized resource for static analyzers and integrated development environments to validate code correctness and provide type-based code completion without modifying the original source code of the libraries. The project focuses on the creation and maintenance of external type hint files that separate type annotations from runtime implementation. It utilizes a system for versioning and mapping these stubs to specific versions of runtime packages to maintain

    Pythonpythonstubtypes
    عرض على GitHub↗5,076
  • google/pytypeالصورة الرمزية لـ google

    google/pytype

    5,037عرض على GitHub↗

    Pytype is a static code analysis tool and type inference engine for Python. It functions as a static type analyzer that detects type mismatches and verifies type annotations without requiring full manual hinting, while also serving as a type stub generator for producing standalone definition files. The project distinguishes itself by automatically determining variable and function types through an analysis of code patterns and assignments. This inference engine allows for structural code verification and the generation of type stubs that describe the interfaces of modules and functions. The

    Pythonlinterpythonstatic-analysis
    عرض على GitHub↗5,037
عرض جميع البدائل الـ 30 لـ Flow Typed→

الأسئلة الشائعة

ما هي وظيفة flow-typed/flow-typed؟

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.

ما هي الميزات الرئيسية لـ flow-typed/flow-typed؟

الميزات الرئيسية لـ flow-typed/flow-typed هي: Type Definition Registries, Type Definition Installers, Type Definition Managers, Type Definition Repositories, External Library Definitions, Static Type Definitions, Third Party Library Typing, Command-Based Package Installation.

ما هي البدائل مفتوحة المصدر لـ flow-typed/flow-typed؟

تشمل البدائل مفتوحة المصدر لـ flow-typed/flow-typed: flowtype/flow-typed — flow-typed is a type definition manager, repository, and library designed to enable static type checking for… microsoft/typescript-handbook — This project is a comprehensive guide and educational resource for the TypeScript language. It covers the fundamental… python/typeshed — Typeshed is a collection of static type definitions and stubs for the Python standard library and third-party… google/pytype — Pytype is a static code analysis tool and type inference engine for Python. It functions as a static type analyzer… reasonml/reason — Reason is a strongly typed functional language and multi-target compiler designed to produce either JavaScript for web… facebook/flow — Flow is a JavaScript static type checker and AST parser that identifies type errors and prevents runtime failures…