# mockdeep/typewiz

Automatically discover and add missing types in your TypeScript code

Repository: https://github.com/mockdeep/typewiz
Canonical: https://ross.abutalabs.com/products/typewiz
Homepage: https://medium.com/@urish/manual-typing-is-no-fun-introducing-typewiz-58e3e8813f4c
Language: TypeScript
License Family: other
Topics: typescript, automation, code-quality, type-safety
Archived: true
Last push: 2021-10-05T15:00:24+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3157, "days_push": 1793, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1104, forks 44 (observed 2026-08-28T04:03:36.214569+00:00)

## What it is
TypeWiz is a TypeScript tool that monitors variable types at runtime and automatically inserts missing type annotations into your source code. It ships as a core library plus integrations for Node.js, Webpack, and the CLI.

## Use cases
- add missing type annotations to typescript code automatically
- infer typescript types from runtime values
- gradually type an untyped javascript codebase
- instrument node.js code to discover parameter types
- improve type safety of legacy typescript projects

## When to choose
- you have an untyped or partially typed TypeScript codebase and want automated type annotation
- you want runtime-inferred types written back into source
- you need a webpack or node runner integration for type discovery

## When to avoid
- you need an actively maintained tool - the project is deprecated as of 2021
- you want static type inference without running the code
- your project uses very recent TypeScript versions that may be incompatible

## Facets
- artifact type: library
- maturity: abandoned
- function: type-system, developer-tools, build-tool
- domain: developer-tools, programming-languages, web-development
- platform: cli, cross-platform
- tags: typescript, type-inference, code-automation, webpack-plugin, deprecated, nodejs

## Member repositories
- mockdeep/typewiz (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:36.214569+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:45:28.880208+00:00, confidence not recorded.
  - readme: https://github.com/mockdeep/typewiz (fetched 2026-08-28T04:03:36.214569+00:00, sha 87e7801ee179)
- Data as of 2026-08-30T08:39:29.467469+00:00.
