1.0.3 • Published 5 years ago

blergh v1.0.3

Weekly downloads
3
License
ISC
Repository
-
Last release
5 years ago

Usage

const blergh = require('blergh');
let awesomeBuffer = new blergh();

awesomeBuffer.on('line',function(line){
	console.log(line);
});

awesomeBuffer.read(`This is line 1
This is line 2
This is li`);

awesomeBuffer.read(`ne 3
This is line 4
This is line 5
Buffer will hold this line`);

awesomeBuffer.flush();
// this empties the buffer
// pass in 'true' if you want it to spew out the held line
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago