ts-prune identifies unused exports in TypeScript projects, helping to reduce bundle size and improve code maintainability. It analyzes your codebase, flagging functions, interfaces, types, and variables that are exported but never actually used. This allows you to confidently remove dead code, simplifying your codebase and preventing potential conflicts. A leaner project results in faster build times, smaller bundle sizes, and decreased cognitive load for developers.