trims leading whitespace of a stream
npm install trim-leading-whitespaceThrough stream that trims leading whitespace
npm install trim-leading-whitespace

`` js
var trim = require('trim-leading-whitespace');
process.stdin.pipe(trim()).pipe(process.stdout);
``
MIT