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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·15 viewsflow-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.

Star history

Star history chart for flow-typed/flow-typedStar history chart for flow-typed/flow-typed

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Flow Typed

These projects share indexed features with Flow Typed. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • flowtype/flow-typedflowtype avatar

    flowtype/flow-typed

    3,759View on 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
    View on GitHub↗3,759
  • microsoft/typescript-handbookmicrosoft avatar

    microsoft/TypeScript-Handbook

    4,855View on 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
    View on GitHub↗4,855
  • python/typeshedpython avatar

    python/typeshed

    5,076View on 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
    View on GitHub↗5,076
  • google/pytypegoogle avatar

    google/pytype

    5,037View on 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
    View on GitHub↗5,037
Compare all 30 related projects→

Frequently asked questions

What does flow-typed/flow-typed do?

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.

What are the main features of flow-typed/flow-typed?

The main features of flow-typed/flow-typed are: 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.

Which projects share features with flow-typed/flow-typed?

Projects with overlapping indexed features include: 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…