io-string

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i io-string

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • rumkin