Tool to find unused functions
Is there a tool to find unused function in a node codebase?
3 Replies
If it finds unused TS types that would be great too
npm
ts-unused-exports
ts-unused-exports finds unused exported symbols in your Typescript project. Latest version: 8.0.0, last published: 8 months ago. Start using ts-unused-exports in your project by running
npm i ts-unused-exports
. There are 2 other projects in the npm registry using ts-unused-exports.That's exactly what I was looking for. Google didn't let me find it.
Thanks!