eol-stream
0.0.1 • Public • Published eol-stream
detect which type of EOL (AKA line-ending, newline) characters are in a stream

usage
var eolStream = require('eol-stream')
fs.createReadStream('file.txt').pipe(eolStream(function (type) {
}))
type
will be one of 4 things:
eol-stream
is a passthrough stream
Keywords
noneInstall
npm i eol-stream
Weekly Downloads