bare-pipe
v4.0.2
Published
Native I/O pipes for JavaScript
Downloads
13,433
Readme
bare-pipe
Native I/O pipes for JavaScript.
npm i bare-pipe
Usage
const Pipe = require('bare-pipe')
const stdout = new Pipe(1)
stdout.write('Hello world!\n')
License
Apache-2.0