awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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 Aufrufeflow-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-Verlauf

Star-Verlauf für flow-typed/flow-typedStar-Verlauf für flow-typed/flow-typed

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht 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.

Was sind die Hauptfunktionen von flow-typed/flow-typed?

Die Hauptfunktionen von flow-typed/flow-typed sind: 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.

Welche Open-Source-Alternativen gibt es zu flow-typed/flow-typed?

Open-Source-Alternativen zu flow-typed/flow-typed sind unter anderem: 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…

Open-Source-Alternativen zu Flow Typed

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Flow Typed.
  • 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

    JavaScript
    Auf GitHub ansehen↗3,759
  • microsoft/typescript-handbookAvatar von microsoft

    microsoft/TypeScript-Handbook

    4,855Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,855
  • python/typeshedAvatar von python

    python/typeshed

    5,076Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,076
  • google/pytypeAvatar von google

    google/pytype

    5,037Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,037
Alle 30 Alternativen zu Flow Typed anzeigen→