1 रिपॉजिटरी
The distribution of type declarations as plain text files for consumption by static analysis tools.
Distinct from Flat-File Storage: Unlike general flat-file storage, this specifically handles the delivery of type definitions as raw text for a type checker.
Explore 1 awesome GitHub repository matching data & databases · Type Definition Distribution. Refine with filters or upvote what's useful.
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
Distributes type information as plain text files that can be consumed directly by the static type checker.