trim-leading-whitespace

Through stream that strips leading whitespace

Downloads
449
Stars
3
Committers
1

trim-leading-whitespace

Through stream that trims leading whitespace

npm install trim-leading-whitespace

Usage

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

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

License

MIT