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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
flow-typed avatar

flow-typed/flow-typed

0
View on GitHub↗
3,758 stars·1,314 forks·JavaScript·MIT·2 vuesflow-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.

Historique des stars

Graphique de l'historique des stars pour flow-typed/flow-typedGraphique de l'historique des stars pour flow-typed/flow-typed

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Flow Typed

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Flow Typed.
  • flowtype/flow-typedAvatar de flowtype

    flowtype/flow-typed

    3,759Voir sur 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
    Voir sur GitHub↗3,759
  • microsoft/typescript-handbookAvatar de microsoft

    microsoft/TypeScript-Handbook

    4,855Voir sur 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
    Voir sur GitHub↗4,855
  • python/typeshedAvatar de python

    python/typeshed

    5,076Voir sur 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
    Voir sur GitHub↗5,076
  • google/pytypeAvatar de google

    google/pytype

    5,037Voir sur 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
    Voir sur GitHub↗5,037
Voir les 30 alternatives à Flow Typed→

Questions fréquentes

Que fait 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.

Quelles sont les fonctionnalités principales de flow-typed/flow-typed ?

Les fonctionnalités principales de flow-typed/flow-typed sont : 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.

Quelles sont les alternatives open-source à flow-typed/flow-typed ?

Les alternatives open-source à flow-typed/flow-typed incluent : 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…