stream-line-pairwise
outputs pairs of lines
install
npm install stream-line-pairwise
use
var createPairwiseStream = ; var s = s s;
options
object
- if truthy, a stream of arrays will be emitted (default: false
)
delimiter
- if truthy, each pair of lines will be Array#join
'd with this value (default: :
)
encoding
- changes the encoding of the output (default: utf8
)