JSPM

min-indent

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 25026021
  • Score
    100M100P100Q230309F
  • License MIT

Get the shortest leading whitespace from lines in a string

Package Exports

  • min-indent

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (min-indent) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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