2 repository-uri
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.
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.
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.