min-indent is a lightweight npm package that efficiently calculates the minimum indentation of multi-line strings. It's useful for normalizing indentation levels when processing code or text containing inconsistent spacing. By determining the smallest indentation amount, developers can easily remove or adjust whitespace, leading to cleaner and more predictable string manipulation. This package simplifies tasks like prettifying code snippets or aligning text blocks in applications that handle textual data.