Skip to content

rumkin/io-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I/O String

I/O String is useful for capturing and logging asynchronous spawned process output. It allows to store raw chunk and channel descriptor.

var chunk = Buffer.from('Hello');
var str = new IOString(chunk, 0);
console.log('%s', str); // => "Hello"

Installation

Via NPM:

npm i io-string

License

Licensed under MIT license.

About

I/O String object. Useful to capture child_process.spawn output.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published