bare-pipe
v3.3.8
Published
Native I/O pipes for JavaScript
Downloads
8,718
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