Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 211 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 211 Bytes

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