npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

trim-leading-whitespace

0.1.1

@mafintosh

npmHomeRepoSnykSocket
Downloads:6972
$ npm install trim-leading-whitespace
DailyWeeklyMonthlyYearly

trim-leading-whitespace

Through stream that trims leading whitespace

npm install trim-leading-whitespace

build status

Usage

var trim = require('trim-leading-whitespace');

process.stdin.pipe(trim()).pipe(process.stdout);

License

MIT