hm-def
Type checker
Enables runtime type checking for JavaScript functions using Hindley-Milner signatures
Runtime type checking for JS with Hindley Milner signatures
198 stars
8 watching
11 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 3 awesome lists
functional-programminghindley-milnerinvariantjavascripttype-checking
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Provides a runtime type system for JavaScript that enables full Flow compatibility and supports API input validation | 802 |
| | Automates writing type predicate functions to check unknown or untyped data at runtime | 959 |
| | A decorator that enables pseudo-static typing of Python functions | 1 |
| | Transforms JSDoc annotations to enable runtime type checking | 55 |
| | Automates JavaScript code style checking and reporting with automatic fixing options | 312 |
| | A decorator that checks function arguments and return types at runtime. | 0 |
| | Ensures compatibility with specific versions of Deno, TypeScript, and V8. | 3 |
| | A language extension that adds optional types to JavaScript for large-scale applications | 101,442 |
| | An ESLint plugin for static type checking in JavaScript based on JSDoc and data structures common in software development. | 175 |
| | A low-level JavaScript type checking and casting library | 74 |
| | An add-on to JavaScript code analysis that detects and prevents type-coercion bugs during runtime. | 116 |
| | An experimental tool comparing performance of programming languages and JavaScript runtimes | 12 |
| | A decorator that checks function parameters at runtime for correct type compatibility. | 111 |
| | A Haskell implementation of type checking and evaluation for higher-rank polymorphism | 101 |