Alternatives
Products that do what ts-prune – Find unused exports in a TypeScript project does
- 1TR
ts-remove-unused is a command line tool for TypeScript projects that auto-fixes unused `export`s. It removes the export keyword from the declaration or the whole declaration based on its usage in the project. There are some similar tools but they are focused on "detecting" rather than "removing" so I've built one myself. I wanted a solution that's as minimal as possible; config files to specify the files in your project shouldn't be necessary because that info should be already configured in tsconfig.json. All you need to do is to specify your entrypoint file. Feedback is much appreciated!
2024 · github.com
- 2

- 3RT
2018 · github.com
- 4ST
2016 · github.com
- 5AD
2021 · jsdocs.io
- 6TB
We've built a new type-stripping compiler for TypeScript source: `ts-blank-space` It's: * 5.6x faster than `tsc` due to zero-codegen * Written in TypeScript * Uses the official TypeScript parser * Accurate/preserved source locations * In used in production It uses the same novel approach that inspired Node 22.6.0's `--experimental-strip-types` functionality, released last month
2024 · bloomberg.github.io
- 7CE
2014 · github.com
- 8
Unused▲3A VS Code extension that detects dead code across a codebase
Jun 2026 · marketplace.visualstudio.com
- 9SD
2023 · github.com
- 10TO
Jul 2026 · tinbase.dev
- 11AU
2022 · npmjs.com
- 12AA
2020 · arc.patico.pro
- 13GM
2018 · github.com
- 14TE
2017 · github.com
- 15TF
2019 · remusao.github.io
- 16IM
Jul 2026 · github.com
- 17TW
2021 · github.com
- 18
- 19SB
- 20
- 21TN
2020 · github.com
- 22FT
Hi HN, I’ve been building 'Fragno', a toolkit for building full-stack TypeScript libraries that work seamlessly across frameworks like Next.js and SvelteKit. Traditional libraries are built to integrate on either the frontend or backend. Glue code ends up being re-implemented for every project: API routes, documentation (OpenAPI), client-side integration, etc. With Fragno, you can write libraries that include API routes and client-side hooks/logic. Users can integrate a Fragno library into their application with just a couple of lines of code. This embeds the API routes and lets them…
Oct 2025 · fragno.dev
- 23

- 24

Ranked by how close each launch is in meaning, then by votes. Refine with a description →