云盘
志元云盘
备份云盘
Home
/
志元云盘
/
webdav
/
hexo
/
hexo-blog
/
node_modules
/
min-indent
File
OriginalPic
Thumbnails
CopyAllDownloadUrl
EditTime
Size
index.js
2023-11-13 01:33:42
191 B
license
2023-11-13 01:33:42
1.15 KB
package.json
2023-11-13 01:33:42
679 B
readme.md
2023-11-13 01:33:42
926 B
# min-indent [](https://travis-ci.org/thejameskyle/min-indent) > 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 ```js const minIndent = require('min-indent'); const str = '\tunicorn\n\t\tcake'; /* unicorn cake */ minIndent(str); // 1 ``` ## Related - [strip-indent](https://github.com/sindresorhus/strip-indent) - Strip leading whitespace from each line in a string - [strip-indent-cli](https://github.com/sindresorhus/strip-indent-cli) - CLI for this module - [indent-string](https://github.com/sindresorhus/indent-string) - Indent each line in a string ## License MIT © [James Kyle](https://thejameskyle.com)
2025-08-29 16:31:19 Friday 216.73.216.167 Runningtime:0.051s Mem:1.48 MB