glam/node_modules/.pnpm/min-indent@1.0.1/node_modules/min-indent
2025-12-21 00:01:54 +01:00
..
index.js remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
license remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
package.json remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00
readme.md remove a,bihguous web-claims 2025-12-21 00:01:54 +01:00

min-indent Build Status

Get the shortest leading whitespace from lines in a string

The line with the least number of leading whitespace, ignoring empty lines, determines the number.

Useful for removing redundant indentation.

Install

$ npm install --save min-indent

Usage

const minIndent = require('min-indent');

const str = '\tunicorn\n\t\tcake';
/*
	unicorn
		cake
*/

minIndent(str); // 1

License

MIT © James Kyle