typedoc-plugin-missing-exports is a TypeDoc plugin that enhances documentation generation by identifying and reporting missing exports from your TypeScript projects. It analyzes your code and flags any declarations that are not explicitly exported, ensuring that all intended APIs are properly exposed and documented. This plugin helps maintain consistent API visibility and prevents accidental omissions, leading to more accurate and complete TypeDoc documentation. Ultimately, it improves the discoverability and usability of your TypeScript libraries.